Home
last modified time | relevance | path

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

/netbsd/external/bsd/tcpdump/dist/
H A Dprint.c59 #ifdef DLT_IEEE802_15_4_NOFCS
60 { ieee802_15_4_if_print, DLT_IEEE802_15_4_NOFCS },
H A DCHANGES525 Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4.
/netbsd/external/bsd/libpcap/dist/pcap/
H A Ddlt.h1046 #define DLT_IEEE802_15_4_NOFCS 230 macro
/netbsd/sys/net/
H A Ddlt.h1052 #define DLT_IEEE802_15_4_NOFCS 230 macro
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-linux.c3562 handle->linktype = DLT_IEEE802_15_4_NOFCS;
H A DCHANGES378 Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
H A Dgencode.c3601 case DLT_IEEE802_15_4_NOFCS: in gen_linktype()