Searched refs:ar_op (Results 1 – 9 of 9) sorted by relevance
141 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()
42 #define arp_op ea_hdr.ar_op
54 #define arp_op ea_hdr.ar_op
44 ushort_t ar_op; /* one of: */ member
52 ushort_t ar_op; /* one of: */ member
74 #define arp_op ea_hdr.ar_op
539 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()
75 arpop = ntohs(ap->ar_op); in interpret_arp()
1227 arh->ar_op = htons(REVARP_REQUEST); /* Opcode: REVARP Request */ in vsw_publish_macaddr()