Home
last modified time | relevance | path

Searched refs:linktype (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c381 switch (self->linktype) { in gst_pcap_parse_scan_frame()
422 (gint) self->linktype, (gint) eth_type); in gst_pcap_parse_scan_frame()
603 guint32 linktype; in gst_pcap_parse_chain() local
614 linktype = *((guint32 *) (data + 20)); in gst_pcap_parse_chain()
628 linktype = GUINT32_SWAP_LE_BE (linktype); in gst_pcap_parse_chain()
643 if (linktype != LINKTYPE_ETHER && linktype != LINKTYPE_SLL && in gst_pcap_parse_chain()
644 linktype != LINKTYPE_RAW) { in gst_pcap_parse_chain()
647 "understood; type %d unknown", linktype)); in gst_pcap_parse_chain()
652 GST_DEBUG_OBJECT (self, "linktype %u", linktype); in gst_pcap_parse_chain()
653 self->linktype = linktype; in gst_pcap_parse_chain()
Dgstpcapparse.h85 GstPcapParseLinktype linktype; member
/third_party/libnl/python/netlink/route/
Dtc.py152 def linktype(self): member in Tc
155 @linktype.setter
156 def linktype(self, value): member in Tc
/third_party/libnl/lib/route/
Dtc.c724 uint32_t linktype) in adjust_size() argument
729 switch (linktype) { in adjust_size()
756 uint32_t linktype = rtnl_tc_get_linktype(tc); in rtnl_tc_build_rate_table() local
778 size = adjust_size((i + 1) << cell_log, spec->rs_mpu, linktype); in rtnl_tc_build_rate_table()
/third_party/libnl/doc/
Droute.txt1419 object in the tc object and allows retrieving the `mtu` and `linktype`
/third_party/gstreamer/gstplugins_bad/
DChangeLog58592 Also swap the linktype after we detected that we need to do
174927 pcapparse: Fail on unknown version or linktype
174928 The element only knows about major version 2 and only decodes linktype ethernet