HomeSort by: relevance | last modified time | path
    Searched defs:arp_op (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
if_ether.h 86 #define arp_op ea_hdr.ar_op macro
  /src/sys/lib/libsa/
rarp.c 77 #define arp_op ea_hdr.ar_op macro
124 ap->arp_op = htons(ARPOP_REVREQUEST);
217 if (ap->arp_op != htons(ARPOP_REVREPLY)) {
220 printf("bad op=0x%x\n", ntohs(ap->arp_op));
arp.c 78 #define arp_op ea_hdr.ar_op macro
141 ah->arp_op = htons(ARPOP_REQUEST);
233 if (ah->arp_op == htons(ARPOP_REQUEST)) {
242 if (ah->arp_op != htons(ARPOP_REPLY)) {
291 if (arp->arp_op != htons(ARPOP_REQUEST)) {
309 arp->arp_op = htons(ARPOP_REPLY);

Completed in 11 milliseconds