Home
last modified time | relevance | path

Searched refs:in6_pktinfo (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dipv6.h21 struct in6_pktinfo { struct
/third_party/libcoap/src/
Dcoap_io.c609 struct in6_pktinfo { struct
675 char buf[CMSG_SPACE(sizeof(struct in6_pktinfo))];
732 struct in6_pktinfo *pktinfo;
734 mhdr.msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));
739 cmsg->cmsg_len = CMSG_LEN(sizeof(struct in6_pktinfo));
741 pktinfo = (struct in6_pktinfo *)CMSG_DATA(cmsg);
880 char buf[CMSG_SPACE(sizeof(struct in6_pktinfo))];
953 struct in6_pktinfo *p;
/third_party/ltp/testcases/network/lib6/
Dasapi_03.c109 struct in6_pktinfo sou_pktinfo;
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h305 struct in6_pktinfo { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h305 struct in6_pktinfo { struct
/third_party/musl/include/netinet/
Din.h305 struct in6_pktinfo { struct
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c267 return sizeof (struct in6_pktinfo); in gst_ipv6_pktinfo_message_get_size()
286 struct in6_pktinfo *pktinfo; in gst_ipv6_pktinfo_message_deserialize()
292 if (size < sizeof (struct in6_pktinfo)) in gst_ipv6_pktinfo_message_deserialize()
/third_party/mingw-w64/mingw-w64-headers/include/
Dws2tcpip.h177 typedef struct in6_pktinfo { struct
/third_party/gstreamer/gstplugins_good/
DChangeLog16996 udpsrc: Use correct in6_pktinfo struct instead of in_pktinfo