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
5.12 Macro and Type Definitions 567
keeps the unique identifier generated from the MAC address of the network interface
of the node, and it is used as a part of the home address when the node assigns the
home address to this virtual interface the first time.
The hif_prefix{} structure is used in the hif_softc{} structure.
Listing 5-32
if_hif.h
87 struct hif_prefix {
88 LIST_ENTRY(hif_prefix) hpfx_entry;
89 struct mip6_prefix *hpfx_mpfx;
90 };
91 LIST_HEAD(hif_prefix_list, hif_prefix);
if_hif.h
87–90 The hpfx_entry field makes a list of hif_prefix{} structures, represented as the
hif_prefix_list structure defined on line 91. The hpfx_mpfx field is a pointer to
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