Searched refs:ar_op (Results 1 – 7 of 7) sorted by relevance
629 arp->ar_op = htons(type); in arp_create()799 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process()800 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process()845 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()853 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()906 arp->ar_op == htons(ARPOP_REPLY) && in arp_process()926 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
434 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()
136 unsigned short ar_op; /* ARP opcode (command) */ member
499 unsigned short ar_op PACKED; /* ARP opcode */
109 if (FWINV((arphdr->ar_op & arpinfo->arpop_mask) != arpinfo->arpop, in arp_packet_match()113 arphdr->ar_op, arpinfo->arpop, arpinfo->arpop_mask); in arp_packet_match()
4207 arphdr->ar_op = htons(0x08); /* InARP Request */4252 arphdr->ar_op = htons(0x08); /* InARP Request */4330 switch (ntohs(arphdr->ar_op)) {4364 arphdr->ar_op = htons(0x09); /* InARP Reply */4442 switch (ntohs(arphdr->ar_op)) {4466 arphdr->ar_op = htons(0x09); /* InARP Reply */
747 if (arp->ar_op == 1) in ether1394_parse_encap()