taglinefilesource code
ar_op95net/inet/arp.cunsigned short  ar_op;    /* ARP opcode (command)    */
ar_op297net/inet/arp.carp->ar_op = htons(type);
ar_op572net/inet/arp.cif(arp->ar_op == htons(ARPOP_REPLY))
ar_op88net/inet/rarp.cunsigned short  ar_op;                /* ARP opcode (command)        */
ar_op189net/inet/rarp.cif (rarp->ar_op != htons(ARPOP_RREQUEST))