Searched refs:IPV6_FLOWINFO (Results 1 – 4 of 4) sorted by relevance
34 #if defined(IPV6_FLOWINFO) || (defined(HAVE_DECL_IPV6_FLOWINFO) && HAVE_DECL_IPV6_FLOWINFO)35 XLAT(IPV6_FLOWINFO),
11 IPV6_FLOWINFO
151 will set option \verb|IPV6_FLOWINFO| and after this he will receive152 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)
163 #define IPV6_FLOWINFO 11 macro