Home
last modified time | relevance | path

Searched refs:pktdst (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtpdeext.c224 guint8 *pktdst = map.data + (i * ts_packet_size); in gst_rist_rtp_deext_chain() local
227 memset (pktdst, 0, ts_packet_size); in gst_rist_rtp_deext_chain()
228 pktdst[0] = 0x47; in gst_rist_rtp_deext_chain()
229 pktdst[1] = 0x1F; in gst_rist_rtp_deext_chain()
230 pktdst[2] = 0xFF; in gst_rist_rtp_deext_chain()
231 pktdst[3] = 0x10; in gst_rist_rtp_deext_chain()
241 memcpy (pktdst, payload + src_offset, ts_packet_size); in gst_rist_rtp_deext_chain()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c406 sctp6_ctlinput(int cmd, struct sockaddr *pktdst, void *d, struct ifnet *ifp SCTP_UNUSED)
408 sctp6_ctlinput(int cmd, struct sockaddr *pktdst, void *d)
419 if (pktdst->sa_family != AF_INET6 ||
420 pktdst->sa_len != sizeof(struct sockaddr_in6)) {
422 if (pktdst->sa_family != AF_INET6) {