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
138 Chapter 2—IPv6 Multicasting
367 struct sockaddr_in6 all_sa;
371 int s = splnet();
373
374 /*
375 * This function must not be called before mld6_init().
376 * We’ve once experienced the violation of the order, so we put an
377 * explicit assertion here.
378 */
379 if (all_nodes_linklocal == NULL)
380 panic("mld6_start_listening: called too early");
381
382 /*
383 * RFC2710 page XX:
384 * The node never sends a Report or Done for the link-scope all-nodes
385 * address.
386 * MLD messages are never sent for multicast addresses whose scope is 0
387 * (reserved) or 1 (node-local).
388 */
389 all_sa = *all_nodes_linklocal;
390 if (in6_addr2zoneid(in6m->in6m_ifp, ...
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