Skip to Main Content
IPv6 Advanced Protocols Implementation
book

IPv6 Advanced Protocols Implementation

by Qing Li, Jinmei Tatuya, Keiichi Shima
July 2010
Intermediate to advanced content levelIntermediate to advanced
1008 pages
35h 43m
English
Morgan Kaufmann
Content preview from IPv6 Advanced Protocols Implementation
376 Chapter 4—DHCPv6
613 }
614 memset(evd, 0, sizeof(*evd));
615 evd->event = ev;
616 TAILQ_INSERT_TAIL(&ev->data_list, evd, link);
617
618 if (ia->state == IAS_RENEW) {
619 if (duidcpy(&ev->serverid, &ia->serverid)) {
620 dprintf(LOG_NOTICE, FNAME, "failed to copy server ID");
621 goto fail;
622 }
623 }
624
625 iaparam.iaid = ia->conf->iaid;
626 iaparam.t1 = ia->t1;
627 iaparam.t2 = ia->t2;
628 switch(ia->state) {
629 case IAS_RENEW:
630 if (ia->ctl && ia->ctl->renew_data) {
631 if ((*ia->ctl->renew_data)(ia->ctl, &iaparam,
632 &ia->evdata, evd)) {
633 dprintf(LOG_NOTICE, FNAME,
634 "failed to make renew data");
635 goto fail;
636 }
637 }
638 break;
639 case IAS_REBIND: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

IPv6 Core Protocols Implementation

IPv6 Core Protocols Implementation

Qing Li, Tatuya Jinmei, Keiichi Shima
IPv6 Security

IPv6 Security

Scott Hogg, Eric Vyncke
IPv6 for Enterprise Networks

IPv6 for Enterprise Networks

Shannon McFarland, Muninder Sambi, Nikhil Sharma, Sanjay Hooda
IPv6 Network Programming

IPv6 Network Programming

Jun-ichiro itojun Hagino

Publisher Resources

ISBN: 9780080489308