Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Darp.c103 ah->arp_hrd = htons(ARPHRD_ETHER); in arpwhohas()
194 if (ah->arp_hrd != htons(ARPHRD_ETHER) || in arprecv()
255 if (arp->arp_hrd != htons(ARPHRD_ETHER) || in arp_reply()
H A Drarp.c90 ap->arp_hrd = htons(ARPHRD_ETHER); in rarp_getipaddress()
178 if (ap->arp_hrd != htons(ARPHRD_ETHER) || in rarprecv()
/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h35 #define ARPHRD_ETHER 1 /* ethernet hardware address */ macro
/illumos-gate/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()
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h48 #define ARPHRD_ETHER 1 /* ethernet hardware format */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aarp.c112 if (ntohs(ap->arp_hrd) == ARPHRD_ETHER && in interpret_aarp()
H A Dsnoop_arp.c217 case ARPHRD_ETHER: in arp_htype()
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c111 case ARPHRD_ETHER: in arphdr_cmd()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_arp.c116 if (ntohs(ea->ea_hdr.ar_hrd) != ARPHRD_ETHER || in libvarpd_plugin_proxy_arp()
638 ea->ea_hdr.ar_hrd = htons(ARPHRD_ETHER); in libvarpd_inject_arp()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c169 { DL_CSMACD, ARPHRD_ETHER, -2, 6}, /* 802.3 */
173 { DL_ETHER, ARPHRD_ETHER, -2, 6}, /* Ethernet */
174 { DL_FDDI, ARPHRD_ETHER, -2, 6}, /* FDDI */
176 { DL_OTHER, ARPHRD_ETHER, -2, 6} /* unknown */
/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c106 out->arp_ea.arp_hrd = htons(ARPHRD_ETHER); in ether_comarp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c521 else if (ans->ar_hrd != htons(ARPHRD_ETHER)) in do_rarp()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c66 #ifndef ARPHRD_ETHER /* OpenBSD breaks on multiple inclusions */
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1223 arh->ar_hrd = htons(ARPHRD_ETHER); /* Hardware type: ethernet */ in vsw_publish_macaddr()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c941 return (ARPHRD_ETHER); in dlpi_arptype()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1732 ea->arp_hrd = htons(ARPHRD_ETHER); in revarp_start()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c2055 if (*cid == ARPHRD_ETHER && cidlen - 1 == maclen && in dhcpnospoof_check_v4()