Lines Matching full:ipv6
10 * IPv6 Program Interfaces for BSD Systems
13 * Advanced Sockets API for IPv6
29 * IPv6 address structure
53 __be32 sin6_flowinfo; /* IPv6 flow information */
54 struct in6_addr sin6_addr; /* IPv6 address */
61 /* IPv6 multicast address of group */
64 /* local IPv6 address of interface */
129 * IPV6 extension headers
132 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */
134 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */
136 #define IPPROTO_NONE 59 /* IPv6 no next header */
137 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */
138 #define IPPROTO_MH 135 /* IPv6 mobility header */
142 * IPv6 TLV options.
153 * IPV6 socket options
210 * Following socket options are shared between IPv4 and IPv6.
224 * Note: IPV6_RECVRTHDRDSTOPTS does not exist. see net/ipv6/datagram.c.