Searched refs:IPV6_FLOWINFO (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Din6.h160 #define IPV6_FLOWINFO 11 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex151 will set option \verb|IPV6_FLOWINFO| and after this he will receive
152 flowinfo as ancillary data object of type \verb|IPV6_FLOWINFO|
157 setsockopt(sock, SOL_IPV6, IPV6_FLOWINFO, (void*)&on, sizeof(on));
164 Besides that, in the spirit of RFC2292 the option \verb|IPV6_FLOWINFO|
178 After setting socket option \verb|IPV6_FLOWINFO|
180 of type \verb|IPV6_FLOWINFO| and level \verb|SOL_IPV6|.
208 c->cmsg_type != IPV6_FLOWINFO)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Ddatagram.c414 put_cmsg(msg, SOL_IPV6, IPV6_FLOWINFO, sizeof(flowinfo), &flowinfo);
564 case IPV6_FLOWINFO:
H A Dipv6_sockglue.c371 case IPV6_FLOWINFO:
991 case IPV6_FLOWINFO:

Completed in 30 milliseconds