tag | line | file | source code |
---|---|---|---|
ar_op | 95 | net/inet/arp.c | unsigned short ar_op; /* ARP opcode (command) */ |
ar_op | 297 | net/inet/arp.c | arp->ar_op = htons(type); |
ar_op | 572 | net/inet/arp.c | if(arp->ar_op == htons(ARPOP_REPLY)) |
ar_op | 88 | net/inet/rarp.c | unsigned short ar_op; /* ARP opcode (command) */ |
ar_op | 189 | net/inet/rarp.c | if (rarp->ar_op != htons(ARPOP_RREQUEST)) |