Searched refs:SOL_UDP (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | socketlayers.h | 29 #if defined(SOL_UDP) || (defined(HAVE_DECL_SOL_UDP) && HAVE_DECL_SOL_UDP) 31 static_assert((SOL_UDP) == (17), "SOL_UDP != 17"); 34 # define SOL_UDP 17 288 XLAT(SOL_UDP),
|
D | socketlayers.in | 7 SOL_UDP 17
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso.c | 473 cm->cmsg_level = SOL_UDP; in send_one() 518 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
|
D | udpgso_bench_rx.c | 235 if (cmsg->cmsg_level == SOL_UDP in recv_msg()
|
D | udpgso_bench_tx.c | 366 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 783 SOL_UDP = 17 variable
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 116 # ifndef SOL_UDP 117 # define SOL_UDP 17 macro 129 # define SOL_UDP IPPROTO_UDP macro 1719 if (setsockopt (p->sock, SOL_UDP, in isakmp_open()
|
/external/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 681 (libc::SOL_UDP, libc::UDP_GRO) => { in decode_from() 956 ControlMessage::UdpGsoSegments(_) => libc::SOL_UDP, in cmsg_level()
|
D | sockopt.rs | 319 sockopt_impl!(Both, UdpGsoSegment, libc::SOL_UDP, libc::UDP_SEGMENT, libc::c_int);
|
/external/strace/ |
D | net.c | 525 case SOL_UDP: in print_sockopt_fd_level_name()
|
D | ChangeLog | 3575 (print_sockopt_fd_level_name): Decode SOL_UDP, SOL_IRDA, SOL_LLC,
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 653 pub const SOL_UDP: ::c_int = 17; constant
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5035 #ifdef SOL_UDP 5036 PyModule_AddIntConstant(m, "SOL_UDP", SOL_UDP);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7725 #ifdef SOL_UDP 7726 PyModule_AddIntMacro(m, SOL_UDP);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1649 pub const SOL_UDP: ::c_int = 17; constant
|