Home
last modified time | relevance | path

Searched refs:LINUX_SLL_P_802_3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-sll.c143 #define LINUX_SLL_P_802_3 0x0001 /* Novell 802.3 frames without 802.2 LLC header */ macro
181 case LINUX_SLL_P_802_3: in sll_print()
270 case LINUX_SLL_P_802_3: in sll_if_print()
364 case LINUX_SLL_P_802_3: in sll2_print()
466 case LINUX_SLL_P_802_3: in sll2_if_print()
H A DCHANGES1326 Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
/freebsd/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/contrib/libpcap/
H A Dgencode.c2365 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, LINUX_SLL_P_802_3); in gen_linux_sll_linktype()