Home
last modified time | relevance | path

Searched refs:DLT_IEEE802_15_4_NOFCS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint.c107 #ifdef DLT_IEEE802_15_4_NOFCS
108 { ieee802_15_4_if_print, DLT_IEEE802_15_4_NOFCS },
H A DCHANGES908 Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4.
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h1145 #define DLT_IEEE802_15_4_NOFCS 230 macro
/freebsd/sys/net/
H A Ddlt.h1119 #define DLT_IEEE802_15_4_NOFCS 230 macro
/freebsd/contrib/libpcap/
H A Dpcap-linux.c2287 handle->linktype = DLT_IEEE802_15_4_NOFCS; in map_arphrd_to_dlt()
H A DCHANGES985 Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
H A Dgencode.c3636 case DLT_IEEE802_15_4_NOFCS: in gen_linktype()