Home
last modified time | relevance | path

Searched refs:arp_len (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
HDbpf.c492 uint16_t arp_len; in bpf_arp_rw() local
500 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()
/dragonfly/tools/tools/net80211/wesside/wesside/
HDwesside.c1848 static int arp_len; in flood_inet() local
1882 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() local
1998 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()