Searched refs:ar_pro (Results 1 – 9 of 9) sorted by relevance
132 unsigned short ar_pro; /* format of protocol address */ member
139 __be16 ar_pro; /* format of protocol address */ member
143 __be16 ar_pro; /* format of protocol address */ member
57 ar.ar_pro = htons(ETHERTYPE_IP); in send_arp()130 if (ar.ar_pro != htons(ETHERTYPE_IP)) in handle_arp_packet()
111 arp_h->ar_pro = htons(ETH_P_IP); in send_packet()149 if (arp_hdr->ar_pro != htons(ETH_P_IP) || (arp_hdr->ar_pln != 4) in recv_from()
61 u_short ar_pro; /* format of protocol address */ member95 #define PRO(ap) EXTRACT_16BITS(&(ap)->ar_pro)
474 if (a->ar_pro != htons(ETH_P_IP)) { in serve_it()475 syslog(LOG_ERR, "rarp protocol is not IP %04x", ntohs(a->ar_pro)); in serve_it()
282 ah->ar_pro = htons(ETH_P_IP); in send_pack()402 if (ah->ar_pro != htons(ETH_P_IP)) in recv_pack()
212 ah->ar_pro = htons(ETH_P_IP); in send_probe()507 a->ar_pro != htons(ETH_P_IP) || in get_arp_pkt()