Searched refs:IPV6_FLOWLABEL_MGR (Results 1 – 14 of 14) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/net/ |
D | ipv6_flowlabel_mgr.c | 24 #ifndef IPV6_FLOWLABEL_MGR 25 #define IPV6_FLOWLABEL_MGR 32 macro 61 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_get() 71 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_put()
|
D | ipv6_flowlabel.c | 29 #ifndef IPV6_FLOWLABEL_MGR 30 #define IPV6_FLOWLABEL_MGR 32 macro 160 if (setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req))) in flowlabel_get()
|
/external/iputils/ |
D | in6_flowlabel.h | 38 #define IPV6_FLOWLABEL_MGR 32 macro
|
D | ping6.c | 1211 #ifdef IPV6_FLOWLABEL_MGR in main() 1229 if (setsockopt(icmp_sock, IPPROTO_IPV6, IPV6_FLOWLABEL_MGR, in main()
|
/external/iperf3/src/ |
D | flowlabel.h | 71 #define IPV6_FLOWLABEL_MGR 32 macro
|
D | iperf_tcp.c | 570 if (setsockopt(s, IPPROTO_IPV6, IPV6_FLOWLABEL_MGR, freq, freq_len) < 0) { in iperf_tcp_connect()
|
/external/strace/xlat/ |
D | sock_ipv6_options.h | 89 #if defined(IPV6_FLOWLABEL_MGR) || (defined(HAVE_DECL_IPV6_FLOWLABEL_MGR) && HAVE_DECL_IPV6_FLOWLAB… 90 XLAT(IPV6_FLOWLABEL_MGR),
|
D | sock_ipv6_options.in | 25 IPV6_FLOWLABEL_MGR
|
/external/libnl/include/linux-private/linux/ |
D | in6.h | 196 #define IPV6_FLOWLABEL_MGR 32 macro
|
/external/iproute2/include/uapi/linux/ |
D | in6.h | 196 #define IPV6_FLOWLABEL_MGR 32 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in6.h | 199 #define IPV6_FLOWLABEL_MGR 32 macro
|
/external/iperf3/ |
D | configure.ac | 177 # We check for IPV6_FLOWLABEL_MGR in <linux/in6.h> even though we 185 #ifdef IPV6_FLOWLABEL_MGR
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1706 pub const IPV6_FLOWLABEL_MGR: ::c_int = 32; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1741 pub const IPV6_FLOWLABEL_MGR: ::c_int = 32; constant
|