Home
last modified time | relevance | path

Searched refs:ARPHRD_ETHER (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h40 #define ARPHRD_ETHER 1 /* ethernet hardware address */ macro
/titanic_50/usr/src/uts/common/net/
H A Dif_arp.h35 #define ARPHRD_ETHER 1 /* ethernet hardware address */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c137 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 Dsnoop_aarp.c114 if (ntohs(ap->arp_hrd) == ARPHRD_ETHER && in interpret_aarp()
H A Dsnoop_arp.c219 case ARPHRD_ETHER: in arp_htype()
/titanic_50/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c111 case ARPHRD_ETHER: in arphdr_cmd()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_arp.c170 { 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 Dethernet.c106 out->arp_ea.arp_hrd = htons(ARPHRD_ETHER); in ether_comarp()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c521 else if (ans->ar_hrd != htons(ARPHRD_ETHER)) in do_rarp()
/titanic_50/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c66 #ifndef ARPHRD_ETHER /* OpenBSD breaks on multiple inclusions */
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1223 arh->ar_hrd = htons(ARPHRD_ETHER); /* Hardware type: ethernet */ in vsw_publish_macaddr()
/titanic_50/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c941 return (ARPHRD_ETHER); in dlpi_arptype()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1669 ea->arp_hrd = htons(ARPHRD_ETHER); in revarp_start()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_protect.c2055 if (*cid == ARPHRD_ETHER && cidlen - 1 == maclen && in dhcpnospoof_check_v4()