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
4.4 Client Implementation 341
1315 optinfo.elapsed_time = (int32_t)et;
1316 }
1317
1318 /* option request options */
1319 if (ev->state != DHCP6S_RELEASE &&
1320 dhcp6_copy_list(&optinfo.reqopt_list, &ifp->reqopt_list)) {
1321 dprintf(LOG_ERR, FNAME, "failed to copy requested options");
1322 goto end;
1323 }
1324
1325 /* configuration information specified as event data */
1326 for (evd = TAILQ_FIRST(&ev->data_list); evd;
1327 evd = TAILQ_NEXT(evd, link)) {
1328 switch(evd->type) {
1329 case DHCP6_EVDATA_IAPD:
1330 if (dhcp6_copy_list(&optinfo.iapd_list,
1331 (struct dhcp6_list *)evd->data)) {
1332 dprintf(LOG_NOTICE, FNAME,
1333 "failed to add an IAPD");
1334 ...
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