Searched refs:PROT_ARP (Results 1 – 8 of 8) sorted by relevance
274 if (ntohs(eth->et_protlen) != PROT_ARP) in sb_check_arp_reply()288 ut_assert(eth->et_protlen == htons(PROT_ARP)); in sb_check_arp_reply()315 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_arp_handler()400 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_ping_handler()
50 if (ntohs(eth->et_protlen) == PROT_ARP) { in sb_eth_raw_send()114 eth->et_protlen = htons(reply_arp ? PROT_ARP : PROT_IP); in sb_eth_raw_recv()
68 if (ntohs(eth->et_protlen) != PROT_ARP) in sandbox_eth_arp_req_to_reply()87 eth_recv->et_protlen = htons(PROT_ARP); in sandbox_eth_arp_req_to_reply()186 eth_recv->et_protlen = htons(PROT_ARP); in sandbox_eth_recv_arp_req()
512 case PROT_ARP: in emaclite_recv()
2022 mvpp2_prs_match_etype(&pe, 0, PROT_ARP); in mvpp2_prs_etype_init()
66 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_ARP); in arp_raw_request()169 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
1179 case PROT_ARP: in net_process_received_packet()
363 #define PROT_ARP 0x0806 /* IP ARP protocol */ macro
Completed in 39 milliseconds