ARPOP_REPLY 215 lib/libsa/arp.c if (ah->arp_op != htons(ARPOP_REPLY)) {
ARPOP_REPLY 280 lib/libsa/arp.c arp->arp_op = htons(ARPOP_REPLY);
ARPOP_REPLY 541 netinet/if_ether.c if ((op != ARPOP_REQUEST) && (op != ARPOP_REPLY))
ARPOP_REPLY 544 netinet/if_ether.c if ((op == ARPOP_REPLY) && (m->m_flags & (M_BCAST|M_MCAST))) {
ARPOP_REPLY 725 netinet/if_ether.c ea->arp_op = htons(ARPOP_REPLY);
ARPOP_REPLY 882 netinet/if_ether.c case ARPOP_REPLY: /* per RFC */