Searched refs:IPV6_PKTINFO (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsrc.c | 229 #ifdef IPV6_PKTINFO 274 return IPV6_PKTINFO; in gst_ipv6_pktinfo_message_get_msg_type() 284 if (level != IPPROTO_IPV6 || type != IPV6_PKTINFO) in gst_ipv6_pktinfo_message_deserialize() 640 #ifdef IPV6_PKTINFO in gst_udpsrc_class_init() 1058 #ifdef IPV6_PKTINFO in gst_udpsrc_fill() 1716 #ifdef IPV6_PKTINFO in gst_udpsrc_open() 1721 if (!g_socket_set_option (src->used_socket, IPPROTO_IPV6, IPV6_PKTINFO, in gst_udpsrc_open()
|
/third_party/libnl/include/linux-private/linux/ |
D | in6.h | 224 #define IPV6_PKTINFO 50 macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 567 if ((cmsgptr->cmsg_level == IPPROTO_IPV6) && (cmsgptr->cmsg_type == IPV6_PKTINFO)) { in recv_function_raw6() 965 if ((cmsgptr->cmsg_level == IPPROTO_IPV6) && (cmsgptr->cmsg_type == IPV6_PKTINFO)) { in recv_function_udp6() 1260 …if (setsockopt(SCTP_BASE_VAR(userspace_rawsctp6), IPPROTO_IPV6, IPV6_PKTINFO,(const void*)&on, siz… 1332 …if (setsockopt(SCTP_BASE_VAR(userspace_udpsctp6), IPPROTO_IPV6, IPV6_PKTINFO, (const void *)&on, (…
|
/third_party/libcoap/src/ |
D | coap_io.c | 69 #elif defined(IPV6_PKTINFO) 70 # define GEN_IPV6_PKTINFO IPV6_PKTINFO 738 cmsg->cmsg_type = IPV6_PKTINFO; 950 if (cmsg->cmsg_level == IPPROTO_IPV6 && cmsg->cmsg_type == IPV6_PKTINFO) {
|
/third_party/ltp/testcases/network/lib6/ |
D | asapi_03.c | 136 {"IPV6_RECVPKTINFO", IPV6_RECVPKTINFO, 1, IPV6_PKTINFO, 1,
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 346 #define IPV6_PKTINFO 50 macro
|
/third_party/toybox/toys/pending/ |
D | traceroute.c | 520 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_PKTINFO, &set, sizeof(set)); in traceroute_main()
|
/third_party/python/Modules/ |
D | socketmodule.c | 8106 #ifdef IPV6_PKTINFO 8107 PyModule_AddIntMacro(m, IPV6_PKTINFO);
|
/third_party/NuttX/ |
D | ReleaseNotes | 20036 - include/netinet/in.h: Add Linux IP_PKTINFO and IPV6_PKTINFO
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 31512 udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOS
|