Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Darp.c107 ah->arp_op = htons(ARPOP_REQUEST); in arpwhohas()
206 if (ah->arp_op == htons(ARPOP_REQUEST)) { in arprecv()
266 if (arp->arp_op != htons(ARPOP_REQUEST)) { in arp_reply()
H A Dip.c211 if (ah->ar_op == htons(ARPOP_REQUEST)) { in readipv4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c113 case ARPOP_REQUEST: in interpret_arp()
159 arpop == ARPOP_REQUEST ? "?" : dmacbuf); in interpret_arp()
/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c121 if (out->arp_ea.arp_op == ARPOP_REQUEST) { in ether_comarp()
147 if (out->arp_ea.arp_op == ntohs(ARPOP_REQUEST)) { in ether_comarp()
222 out.arp_ea.arp_op = htons(ARPOP_REQUEST); in ether_arp()
436 if (ea->arp_op == ntohs(ARPOP_REQUEST) && in ether_input()
H A Dibd.c237 out.arp_ea.arp_op = htons(ARPOP_REQUEST); in ibd_arp()
434 if (ea->arp_op == ntohs(ARPOP_REQUEST) && in ibd_input()
/illumos-gate/usr/src/uts/common/net/
H A Dif_arp.h53 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h58 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c129 case ARPOP_REQUEST: in arphdr_cmd()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_arp.c120 ntohs(ea->ea_hdr.ar_op) != ARPOP_REQUEST) { in libvarpd_plugin_proxy_arp()
642 ea->ea_hdr.ar_op = htons(ARPOP_REQUEST); in libvarpd_inject_arp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c544 case ARPOP_REQUEST: in do_rarp()