Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/dhcpd/
H A Dmemory.c197 char lowbuf[16], highbuf[16], netbuf[16]; in new_address_range() local
221 strlcpy(highbuf, piaddr(high), sizeof(highbuf)); in new_address_range()
224 lowbuf, highbuf, netbuf, "multiple subnets"); in new_address_range()
230 strlcpy(highbuf, piaddr(high), sizeof(highbuf)); in new_address_range()
233 lowbuf, highbuf, piaddr(subnet->net), netbuf); in new_address_range()
250 strlcpy(highbuf, piaddr(high), sizeof(highbuf)); in new_address_range()
251 fatalx("No memory for address range %s-%s.", lowbuf, highbuf); in new_address_range()