Home
last modified time | relevance | path

Searched refs:IPV6_PKTINFO (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c229 #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/
Din6.h224 #define IPV6_PKTINFO 50 macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c567 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/
Dcoap_io.c69 #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/
Dasapi_03.c136 {"IPV6_RECVPKTINFO", IPV6_RECVPKTINFO, 1, IPV6_PKTINFO, 1,
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/musl/ndk_musl_include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/musl/include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h346 #define IPV6_PKTINFO 50 macro
/third_party/toybox/toys/pending/
Dtraceroute.c520 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_PKTINFO, &set, sizeof(set)); in traceroute_main()
/third_party/python/Modules/
Dsocketmodule.c8106 #ifdef IPV6_PKTINFO
8107 PyModule_AddIntMacro(m, IPV6_PKTINFO);
/third_party/NuttX/
DReleaseNotes20036 - include/netinet/in.h: Add Linux IP_PKTINFO and IPV6_PKTINFO
/third_party/gstreamer/gstplugins_good/
DChangeLog31512 udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOS