Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:arp_reply

1604 	uint8_t arp_reply[sizeof(reply) + 2 * sizeof(reply_s) + 2 * HWADDR_LEN];
1612 arp_reply, sizeof(arp_reply));
1618 memcpy(&reply, arp_reply, sizeof(reply));
1630 hw_s = arp_reply + sizeof(reply);
1633 if ((hw_t + reply.ar_hln + reply.ar_pln) - arp_reply > bytes)