Home
last modified time | relevance | path

Searched refs:SOL_UDP (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dsocketlayers.h29 #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),
Dsocketlayers.in7 SOL_UDP 17
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso.c473 cm->cmsg_level = SOL_UDP; in send_one()
518 if (setsockopt(fdt, SOL_UDP, UDP_SEGMENT, &val, sizeof(val))) in run_one()
Dudpgso_bench_rx.c235 if (cmsg->cmsg_level == SOL_UDP in recv_msg()
Dudpgso_bench_tx.c366 cm->cmsg_level = SOL_UDP; in send_udp_segment_cmsg()
/external/python/cpython2/Lib/plat-atheos/
DIN.py783 SOL_UDP = 17 variable
/external/ipsec-tools/src/racoon/
Disakmp.c116 # 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/
Dmod.rs681 (libc::SOL_UDP, libc::UDP_GRO) => { in decode_from()
956 ControlMessage::UdpGsoSegments(_) => libc::SOL_UDP, in cmsg_level()
Dsockopt.rs319 sockopt_impl!(Both, UdpGsoSegment, libc::SOL_UDP, libc::UDP_SEGMENT, libc::c_int);
/external/strace/
Dnet.c525 case SOL_UDP: in print_sockopt_fd_level_name()
DChangeLog3575 (print_sockopt_fd_level_name): Decode SOL_UDP, SOL_IRDA, SOL_LLC,
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs653 pub const SOL_UDP: ::c_int = 17; constant
/external/python/cpython2/Modules/
Dsocketmodule.c5035 #ifdef SOL_UDP
5036 PyModule_AddIntConstant(m, "SOL_UDP", SOL_UDP);
/external/python/cpython3/Modules/
Dsocketmodule.c7725 #ifdef SOL_UDP
7726 PyModule_AddIntMacro(m, SOL_UDP);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1649 pub const SOL_UDP: ::c_int = 17; constant