Home | History | Annotate | Download | only in Include

Lines Matching full:ipv6

25  * This file contains a collage of declarations for IPv6 from FreeBSD not present in Windows
41 /* IPv6 address */
71 /* Ditto, for IPv6. */
76 u_int32_t sin6_flowinfo; /* IPv6 flow information */
77 struct in6_addr sin6_addr; /* IPv6 address */
107 * IPV6 extension headers
109 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
110 #define IPPROTO_IPV6 41 /* IPv6 header. */
111 #define IPPROTO_ROUTING 43 /* IPv6 routing header */
112 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */
116 #define IPPROTO_NONE 59 /* IPv6 no next header */
117 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */
156 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */