Searched refs:LINUX_SLL_P_802_3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dsll.h144 #define LINUX_SLL_P_802_3 0x0001 /* Novell 802.3 frames without 802.2 LLC header */ macro
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sll.c122 #define LINUX_SLL_P_802_3 0x0001 /* Novell 802.3 frames without 802.2 LLC header */ macro
158 case LINUX_SLL_P_802_3:
252 case LINUX_SLL_P_802_3:
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c2230 * type of LINUX_SLL_P_802_3;
2260 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, LINUX_SLL_P_802_3);

Completed in 134 milliseconds