Home
last modified time | relevance | path

Searched refs:IP_PKTINFO (Results 1 – 20 of 20) sorted by relevance

/third_party/libcoap/src/
Dcoap_io.c58 #if defined(IP_PKTINFO)
59 # define GEN_IP_PKTINFO IP_PKTINFO
702 #if defined(IP_PKTINFO)
709 cmsg->cmsg_type = IP_PKTINFO;
752 #if defined(IP_PKTINFO)
761 cmsg->cmsg_type = IP_PKTINFO;
964 #if defined(IP_PKTINFO)
965 if (cmsg->cmsg_level == SOL_IP && cmsg->cmsg_type == IP_PKTINFO) {
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c136 #ifdef IP_PKTINFO
186 return IP_PKTINFO; in gst_ip_pktinfo_message_get_msg_type()
196 if (level != IPPROTO_IP || type != IP_PKTINFO) in gst_ip_pktinfo_message_deserialize()
535 #ifdef IP_PKTINFO in gst_udpsrc_class_init()
927 #ifdef IP_PKTINFO
1502 #elif defined(IP_PKTINFO)
1503 if (!g_socket_set_option (src->used_socket, IPPROTO_IP, IP_PKTINFO, TRUE,
/third_party/libnl/include/linux-private/linux/
Din.h97 #define IP_PKTINFO 8 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h185 #define IP_PKTINFO 8 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h185 #define IP_PKTINFO 8 macro
/third_party/musl/include/netinet/
Din.h185 #define IP_PKTINFO 8 macro
/third_party/lwip/test/unit/api/
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/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc116 if (0 != setsockopt(fd, IPPROTO_IP, IP_PKTINFO, &get_local_ip, in grpc_set_socket_ip_pktinfo_if_possible()
/third_party/toybox/toys/pending/
Dtcpsvd.c250 if (TT.udp) setsockopt(sockfd, IPPROTO_IP, IP_PKTINFO, &set, sizeof(set)); in create_bind_sock()
/third_party/mingw-w64/mingw-w64-headers/include/
Dws2tcpip.h58 #define IP_PKTINFO 19 macro
/third_party/lwip/src/include/lwip/
Dsockets.h273 #define IP_PKTINFO 8 macro
/third_party/lwip/src/api/
Dsockets.c1196 chdr->cmsg_type = IP_PKTINFO; in lwip_recvfrom_udp_raw()
3550 case IP_PKTINFO: in lwip_setsockopt_impl()
/third_party/node/deps/cares/
Dacinclude.m4308 int dummy=2*IP_PKTINFO;
Dconfigure23278 int dummy=2*IP_PKTINFO;
25882 int dummy=2*IP_PKTINFO;
/third_party/cares/
Dacinclude.m4308 int dummy=2*IP_PKTINFO;
Dconfigure22084 int dummy=2*IP_PKTINFO;
/third_party/curl/
Dacinclude.m4332 int dummy=2*IP_PKTINFO;
/third_party/lwip/
DCHANGELOG146 * sockets: added recvmsg for UDP (together with CMSG and IP_PKTINFO) (task #14247)
/third_party/NuttX/
DReleaseNotes20034 - include/netinet/in.h: Add Linux IP_PKTINFO and IPV6_PKTINFO
DChangeLog21575 * include/netinet/in.h: Add Linux IP_PKTINFO and IPV6_PKTINFO definitions,