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
422 Chapter 4—DHCPv6
Set Stateless Options and Send Reply
Listing 4-113
dhcp6s.c
1726 /* add other configuration information */
1727 if (set_statelessinfo(DH6_REBIND, &roptinfo)) {
1728 dprintf(LOG_ERR, FNAME,
1729 "failed to set other stateless information");
1730 goto fail;
1731 }
1732
1733 (void)server6_send(DH6_REPLY, ifp, dh6, optinfo, from, fromlen,
1734 &roptinfo, relayinfohead, client_conf);
1735
1736 dhcp6_clear_options(&roptinfo);
1737 return (0);
1738
1739 fail:
1740 dhcp6_clear_options(&roptinfo);
1741 return (-1);
1742 }
dhcp6s.c
1726–1737 The rest of this function is the same as react_renew() .
Next, the update_ia() function is shown, which is called ...
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