Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c141 req->ar_op = htons(REVARP_REQUEST); in doifrevarp()
302 switch (ntohs(ans->ar_op)) { in rarp_recv()
313 "RARP opcode 0x%x\n", ans->ar_op); in rarp_recv()
/titanic_50/usr/src/uts/common/netinet/
H A Darp.h42 #define arp_op ea_hdr.ar_op
H A Dif_ether.h54 #define arp_op ea_hdr.ar_op
/titanic_50/usr/src/lib/libbc/inc/include/net/
H A Dif_arp.h44 ushort_t ar_op; /* one of: */ member
/titanic_50/usr/src/uts/common/net/
H A Dif_arp.h52 ushort_t ar_op; /* one of: */ member
/titanic_50/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h74 #define arp_op ea_hdr.ar_op
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c539 switch (ntohs(ans->ar_op)) { in do_rarp()
560 debug("unknown opcode 0x%x", ans->ar_op); in do_rarp()
615 rp->ar_op = htons(REVARP_REPLY); in rarp_request()
726 rp->ar_op = ARPOP_REPLY; in arp_request()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c75 arpop = ntohs(ap->ar_op); in interpret_arp()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1227 arh->ar_op = htons(REVARP_REQUEST); /* Opcode: REVARP Request */ in vsw_publish_macaddr()