Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Ddhcpd.h96 #define DHCP_MIN_RECORDS 32 /* should be big enough */ macro
H A Ddhcp.c2196 nrecords = pnd->nthreads < DHCP_MIN_RECORDS ? in select_offer()
2197 DHCP_MIN_RECORDS : pnd->nthreads; in select_offer()
2340 nrecords = pnd->nthreads < DHCP_MIN_RECORDS ? in select_offer()
2341 DHCP_MIN_RECORDS : pnd->nthreads; in select_offer()