/third_party/libcoap/src/ |
H A D | coap_io.c | 59 #if defined(IP_PKTINFO) 60 # define GEN_IP_PKTINFO IP_PKTINFO 64 # error "Need IP_PKTINFO or IP_RECVDSTADDR to request ancillary data from OS." 65 #endif /* IP_PKTINFO */ 185 coap_log_alert("coap_socket_bind_udp: setsockopt IP_PKTINFO: %s\n", 932 #if defined(IP_PKTINFO) 939 cmsg->cmsg_type = IP_PKTINFO; 960 #endif /* IP_PKTINFO */ 986 #if defined(IP_PKTINFO) 995 cmsg->cmsg_type = IP_PKTINFO; [all...] |
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 186 #define IP_PKTINFO 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 185 #define IP_PKTINFO 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 185 #define IP_PKTINFO 8 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 187 #define IP_PKTINFO 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 185 #define IP_PKTINFO 8 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 186 #define IP_PKTINFO 8 macro
|
/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 574 ret = lwip_setsockopt(s, IPPROTO_IP, IP_PKTINFO, &enable, sizeof(enable)); in test_sockets_msgapi_cmsg() 603 fail_unless(cmsg->cmsg_type == IP_PKTINFO); in test_sockets_msgapi_cmsg()
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.cc | 88 cm->cmsg_type = IP_PKTINFO; in quic_send_packet()
|
H A D | shrpx_worker.cc | 865 if (setsockopt(fd, IPPROTO_IP, IP_PKTINFO, &val, in create_quic_server_socket() 868 LOG(WARN) << "Failed to set IP_PKTINFO option to listener socket: " in create_quic_server_socket()
|
H A D | util.cc | 1723 if (cmsg->cmsg_level == IPPROTO_IP && cmsg->cmsg_type == IP_PKTINFO) { in msghdr_get_local_addr()
|
/third_party/toybox/toys/pending/ |
H A D | tcpsvd.c | 250 if (TT.udp) setsockopt(sockfd, IPPROTO_IP, IP_PKTINFO, &set, sizeof(set)); in create_bind_sock()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 273 #define IP_PKTINFO 8 macro
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 786 /// Pass an `IP_PKTINFO` ancillary message that contains a pktinfo 791 libc::IP_PKTINFO,
|
H A D | mod.rs | 929 (libc::IPPROTO_IP, libc::IP_PKTINFO) => { in decode_from() 1405 ControlMessage::Ipv4PacketInfo(_) => libc::IP_PKTINFO, in cmsg_type()
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 1199 chdr->cmsg_type = IP_PKTINFO; in lwip_recvfrom_udp_raw() 3563 case IP_PKTINFO:
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 806 pub const IP_PKTINFO: ::c_int = 8; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1459 pub const IP_PKTINFO: ::c_int = 25; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1095 pub const IP_PKTINFO: ::c_int = 25; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 605 pub const IP_PKTINFO: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 610 pub const IP_PKTINFO: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 610 pub const IP_PKTINFO: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 617 pub const IP_PKTINFO: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 614 pub const IP_PKTINFO: u32 = 8; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 617 pub const IP_PKTINFO: u32 = 8; consts
|