Home
last modified time | relevance | path

Searched refs:IP_PKTINFO (Results 1 - 25 of 34) sorted by relevance

12

/third_party/libcoap/src/
H A Dcoap_io.c59 #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 Din.h186 #define IP_PKTINFO 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h185 #define IP_PKTINFO 8 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h185 #define IP_PKTINFO 8 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h187 #define IP_PKTINFO 8 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h185 #define IP_PKTINFO 8 macro
/third_party/musl/include/netinet/
H A Din.h186 #define IP_PKTINFO 8 macro
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c574 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 Dshrpx_quic.cc88 cm->cmsg_type = IP_PKTINFO; in quic_send_packet()
H A Dshrpx_worker.cc865 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 Dutil.cc1723 if (cmsg->cmsg_level == IPPROTO_IP && cmsg->cmsg_type == IP_PKTINFO) { in msghdr_get_local_addr()
/third_party/toybox/toys/pending/
H A Dtcpsvd.c250 if (TT.udp) setsockopt(sockfd, IPPROTO_IP, IP_PKTINFO, &set, sizeof(set)); in create_bind_sock()
/third_party/lwip/src/include/lwip/
H A Dsockets.h273 #define IP_PKTINFO 8 macro
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs786 /// Pass an `IP_PKTINFO` ancillary message that contains a pktinfo
791 libc::IP_PKTINFO,
H A Dmod.rs929 (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 Dsockets.c1199 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 Dmod.rs806 pub const IP_PKTINFO: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1459 pub const IP_PKTINFO: ::c_int = 25; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1095 pub const IP_PKTINFO: ::c_int = 25; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs605 pub const IP_PKTINFO: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs610 pub const IP_PKTINFO: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs610 pub const IP_PKTINFO: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs617 pub const IP_PKTINFO: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs614 pub const IP_PKTINFO: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs617 pub const IP_PKTINFO: u32 = 8; consts

Completed in 129 milliseconds

12