Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/ipv4/ !
Darp.c629 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()
Dipconfig.c434 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()
/linux-2.4.37.9/include/linux/ !
Dif_arp.h136 unsigned short ar_op; /* ARP opcode (command) */ member
Dsdla_fr.h499 unsigned short ar_op PACKED; /* ARP opcode */
/linux-2.4.37.9/net/ipv4/netfilter/ !
Darp_tables.c109 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()
/linux-2.4.37.9/drivers/net/wan/ !
Dsdla_fr.c4207 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 */
/linux-2.4.37.9/drivers/ieee1394/ !
Deth1394.c747 if (arp->ar_op == 1) in ether1394_parse_encap()