Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE802 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h39 #define ARPHRD_IEEE802 6 /* IEEE 802 hardware address */ macro
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h49 #define ARPHRD_IEEE802 6 /* token-ring hardware format */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c114 case ARPHRD_IEEE802: in arphdr_cmd()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c227 case ARPHRD_IEEE802: in arp_htype()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c170 { DL_TPB, ARPHRD_IEEE802, -2, 6}, /* 802.4 */
171 { DL_TPR, ARPHRD_IEEE802, -2, 6}, /* 802.5 */
172 { DL_METRO, ARPHRD_IEEE802, -2, 6}, /* 802.6 */
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c963 return (ARPHRD_IEEE802); in dlpi_arptype()