Searched refs:IPV6_FLOWINFO_FLOWLABEL (Results 1 – 7 of 7) sorted by relevance
216 IPV6_FLOWINFO_FLOWLABEL = 0x00ffffff variable240 IPV6_FLOWINFO_FLOWLABEL = 0xffffff00 variable270 def IPV6_SET_FLOWLABEL(x): return (htonl(x) & IPV6_FLOWINFO_FLOWLABEL)
68 #define IPV6_FLOWINFO_FLOWLABEL 0x000fffff macro
563 freq->flr_label = htonl(test->settings->flowlabel & IPV6_FLOWINFO_FLOWLABEL); in iperf_tcp_connect()
107 #define IPV6_FLOWINFO_FLOWLABEL 0x000fffff macro
739 if (errno || (flowlabel & ~IPV6_FLOWINFO_FLOWLABEL)) { in main()1215 freq->flr_label = htonl(flowlabel & IPV6_FLOWINFO_FLOWLABEL); in main()
532 IPV6_FLOWINFO_FLOWLABEL = 0xffff0f00 const