Searched defs:select_best (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c48 static PKT_LIST *select_best(dhcp_smach_t *);
176 offer = select_best(dsmp);
288 * select_best() already checked. The max dhcp message size
524 * select_best(): selects the best offer from a list of IPv4 OFFER packets or
532 select_best(dhcp_smach_t *dsmp) function
568 dhcpmsg(MSG_DEBUG, "select_best: OFFER had %d points", points);
583 dhcpmsg(MSG_DEBUG, "select_best: most points: %d", best_points);
586 dhcpmsg(MSG_DEBUG, "select_best: no valid OFFER/BOOTP reply");
1072 if ((offer = select_best(dsmp)) != NULL) {
1144 * processing by select_best()
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c448 select_best(void) function
723 if ((pl = select_best()) == NULL) {

Completed in 62 milliseconds