Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dudp.h29 #define UDP_SEGMENT 103 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dudp.h29 #define UDP_SEGMENT 103 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dudp.h29 #define UDP_SEGMENT 103 macro
/third_party/musl/include/netinet/
H A Dudp.h29 #define UDP_SEGMENT 103 macro
/third_party/curl/lib/vquic/
H A Dvquic.c91 #if defined(__linux__) && defined(UDP_SEGMENT) && defined(HAVE_SENDMSG) in vquic_ctx_init()
137 #if defined(__linux__) && defined(UDP_SEGMENT) in do_sendmsg()
148 #if defined(__linux__) && defined(UDP_SEGMENT) in do_sendmsg()
157 cm->cmsg_type = UDP_SEGMENT; in do_sendmsg()
/third_party/nghttp2/src/
H A Dshrpx_quic.cc70 #ifdef UDP_SEGMENT in quic_send_packet()
72 #endif // UDP_SEGMENT in quic_send_packet()
115 #ifdef UDP_SEGMENT in quic_send_packet()
120 cm->cmsg_type = UDP_SEGMENT; in quic_send_packet()
125 #endif // UDP_SEGMENT in quic_send_packet()
H A Dh2load_quic.cc652 #ifdef UDP_SEGMENT in write_quic()
655 #endif // UDP_SEGMENT in write_quic()
734 #ifdef UDP_SEGMENT in write_quic()
736 #endif // UDP_SEGMENT in write_quic()
754 #ifdef UDP_SEGMENT in write_quic()
757 #endif // UDP_SEGMENT in write_quic()
759 #ifdef UDP_SEGMENT in write_quic()
797 #endif // UDP_SEGMENT in write_quic()
H A Dh2load.cc1462 # ifdef UDP_SEGMENT in write_udp()
1470 cm->cmsg_type = UDP_SEGMENT; in write_udp()
1475 # endif // UDP_SEGMENT in write_udp()
H A Dshrpx_http3_upstream.cc799 #ifdef UDP_SEGMENT in write_streams()
802 #endif // UDP_SEGMENT in write_streams()
914 #ifdef UDP_SEGMENT in write_streams()
984 #else // !UDP_SEGMENT in write_streams()
1010 #endif // !UDP_SEGMENT in write_streams()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs294 pub const UDP_SEGMENT: ::c_int = 103; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs871 libc::UDP_SEGMENT,
H A Dmod.rs1399 libc::UDP_SEGMENT in cmsg_type()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1913 pub const UDP_SEGMENT: ::c_int = 103; consts

Completed in 28 milliseconds