Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/dhcpd/
Dicmp.c133 u_int8_t icbuf[1500]; in icmp_echoreply() local
140 status = recvfrom(protocol->fd, icbuf, sizeof(icbuf), 0, in icmp_echoreply()
152 icfrom = (struct icmp *)(icbuf + sizeof(struct ip)); in icmp_echoreply()
164 (*handler)(ia, icbuf, len); in icmp_echoreply()