Home
last modified time | relevance | path

Searched refs:SOL_UDP (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dudp.h39 #define SOL_UDP 17 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dudp.h39 #define SOL_UDP 17 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dudp.h39 #define SOL_UDP 17 macro
/third_party/musl/include/netinet/
H A Dudp.h40 #define SOL_UDP 17 macro
/third_party/nghttp2/src/
H A Dshrpx_quic.cc119 cm->cmsg_level = SOL_UDP; in quic_send_packet()
H A Dutil.cc1794 if (cmsg->cmsg_level == SOL_UDP && cmsg->cmsg_type == UDP_GRO) { in msghdr_get_udp_gro()
H A Dh2load.cc1469 cm->cmsg_level = SOL_UDP; in write_udp()
/third_party/curl/lib/vquic/
H A Dvquic.c156 cm->cmsg_level = SOL_UDP; in do_sendmsg()
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs870 libc::SOL_UDP,
H A Dmod.rs965 (libc::SOL_UDP, libc::UDP_GRO) => { in decode_from()
1354 ControlMessage::UdpGsoSegments(_) => libc::SOL_UDP, in cmsg_level()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs678 pub const SOL_UDP: ::c_int = 17; consts
/third_party/python/Modules/
H A Dsocketmodule.c7831 #ifdef SOL_UDP
7832 PyModule_AddIntMacro(m, SOL_UDP);
7834 PyModule_AddIntConstant(m, "SOL_UDP", 17);
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1655 pub const SOL_UDP: ::c_int = 17; consts

Completed in 37 milliseconds