Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c115 case ARPOP_REQUEST: in interpret_arp()
161 arpop == ARPOP_REQUEST ? "?" : dmacbuf); in interpret_arp()
/titanic_44/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h45 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
/titanic_44/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()
/titanic_44/usr/src/uts/common/net/
H A Dif_arp.h53 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
/titanic_44/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c129 case ARPOP_REQUEST: in arphdr_cmd()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c544 case ARPOP_REQUEST: in do_rarp()