Searched refs:arp_len (Results 1 – 2 of 2) sorted by relevance
492 uint16_t arp_len; in bpf_arp_rw() local500 arp_len = sizeof(struct ether_header)+sizeof(struct ether_arp); in bpf_arp_rw()521 BPF_SET_STMT(bp, BPF_RET + BPF_K, arp_len); in bpf_arp_rw()537 BPF_SET_STMT(bp, BPF_RET + BPF_K, arp_len); in bpf_arp_rw()
1848 static int arp_len; in flood_inet() local1882 arp_len = sizeof(*wh) + 4 + 8 + 8 + 20 + 4; in flood_inet()1883 assert(arp_len < sizeof(arp_pkt)); in flood_inet()1954 send_frame(tx, arp_pkt, arp_len); in flood_inet()1977 int arp_len; in send_arp() local1998 arp_len = sizeof(*wh) + 4 + 8 + 8 + 20 + 4; in send_arp()1999 assert(arp_len < sizeof(arp_pkt)); in send_arp()2001 send_frame(tx, arp_pkt, arp_len); in send_arp()