Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dethertype.h58 #ifndef ETHERTYPE_DN
59 #define ETHERTYPE_DN 0x6003 macro
H A Dnametoaddr.c589 { "decnet", ETHERTYPE_DN },
H A Dgencode.c3108 case ETHERTYPE_DN: in ethertype_to_ppptype()
4896 b0 = gen_linktype(cstate, ETHERTYPE_DN); in gen_dnhostop()
5450 b1 = gen_linktype(cstate, ETHERTYPE_DN); in gen_proto_abbrev_internal()
/freebsd/contrib/tcpdump/
H A Dethertype.h75 #ifndef ETHERTYPE_DN
76 #define ETHERTYPE_DN 0x6003 macro
H A Dprint-ether.c69 { ETHERTYPE_DN, "DN" },
546 case ETHERTYPE_DN: in ethertype_print()
H A Daddrtoname.c847 { "decnet", ETHERTYPE_DN },
/freebsd/sys/net/
H A Dethernet.h180 #define ETHERTYPE_DN ETHERTYPE_DECnet /* libpcap, tcpdump */
181 #define ETHERTYPE_DN global() macro