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

/freebsd-12-stable/contrib/libpcap/pcap/
H A Dsll.h145 #define LINUX_SLL_P_802_2 0x0004 /* 802.2 frames (not D/I/X Ethernet) */ macro
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sll.c123 #define LINUX_SLL_P_802_2 0x0004 /* 802.2 frames (not D/I/X Ethernet) */ macro
165 case LINUX_SLL_P_802_2:
259 case LINUX_SLL_P_802_2:
300 ether_type = LINUX_SLL_P_802_2;
/freebsd-12-stable/contrib/libpcap/
H A Dgencode.c2194 * LINUX_SLL_P_802_2 value and then do the appropriate test.
2218 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, LINUX_SLL_P_802_2);
2234 * a frame type of LINUX_SLL_P_802_2) and
2244 * First, do the checks on LINUX_SLL_P_802_2
2247 * then put a check for LINUX_SLL_P_802_2 frames
2253 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, LINUX_SLL_P_802_2);
2284 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, LINUX_SLL_P_802_2);
2322 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, LINUX_SLL_P_802_2);

Completed in 125 milliseconds