Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dethertype.h55 #ifndef ETHERTYPE_MOPRC
56 #define ETHERTYPE_MOPRC 0x6002 macro
H A Dnametoaddr.c597 { "moprc", ETHERTYPE_MOPRC },
H A Dgencode.c5466 b1 = gen_linktype(cstate, ETHERTYPE_MOPRC); in gen_proto_abbrev_internal()
/freebsd/contrib/tcpdump/
H A Dethertype.h72 #ifndef ETHERTYPE_MOPRC
73 #define ETHERTYPE_MOPRC 0x6002 macro
H A Dprint-ether.c68 { ETHERTYPE_MOPRC, "MOP RC" },
656 case ETHERTYPE_MOPRC: in ethertype_print()
H A Daddrtoname.c853 { "moprc", ETHERTYPE_MOPRC },
/freebsd/sys/net/
H A Dethernet.h178 #define ETHERTYPE_MOPRC 0x6002 /* DEC MOP remote console */
179 #define ETHERTYPE_MOPRC global() macro