Searched refs:ARPHRD_ETHER (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/libbc/inc/include/net/ |
H A D | if_arp.h | 40 #define ARPHRD_ETHER 1 /* ethernet hardware address */ macro
|
/titanic_50/usr/src/uts/common/net/ |
H A D | if_arp.h | 35 #define ARPHRD_ETHER 1 /* ethernet hardware address */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 137 req->ar_hrd = htons(ARPHRD_ETHER); in doifrevarp() 289 else if (ans->ar_hrd != htons(ARPHRD_ETHER)) in rarp_recv()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_aarp.c | 114 if (ntohs(ap->arp_hrd) == ARPHRD_ETHER && in interpret_aarp()
|
H A D | snoop_arp.c | 219 case ARPHRD_ETHER: in arp_htype()
|
/titanic_50/usr/src/cmd/mdb/common/modules/arp/ |
H A D | arp.c | 111 case ARPHRD_ETHER: in arphdr_cmd()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 170 { DL_CSMACD, ARPHRD_ETHER, -2, 6}, /* 802.3 */ 174 { DL_ETHER, ARPHRD_ETHER, -2, 6}, /* Ethernet */ 175 { DL_FDDI, ARPHRD_ETHER, -2, 6}, /* FDDI */ 177 { DL_OTHER, ARPHRD_ETHER, -2, 6} /* unknown */
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 106 out->arp_ea.arp_hrd = htons(ARPHRD_ETHER); in ether_comarp()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 521 else if (ans->ar_hrd != htons(ARPHRD_ETHER)) in do_rarp()
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 66 #ifndef ARPHRD_ETHER /* OpenBSD breaks on multiple inclusions */
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1223 arh->ar_hrd = htons(ARPHRD_ETHER); /* Hardware type: ethernet */ in vsw_publish_macaddr()
|
/titanic_50/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 941 return (ARPHRD_ETHER); in dlpi_arptype()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1669 ea->arp_hrd = htons(ARPHRD_ETHER); in revarp_start()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 2055 if (*cid == ARPHRD_ETHER && cidlen - 1 == maclen && in dhcpnospoof_check_v4()
|