Lines Matching defs:best
136 * if so, chooses the best one, sends a REQUEST to the
173 * select the best OFFER; all others pitched.
192 * ugh. the best we can do at this point is
524 * select_best(): selects the best offer from a list of IPv4 OFFER packets or
528 * output: PKT_LIST *: the best packet, or NULL if none are acceptable
535 PKT_LIST *next, *best = NULL;
539 * pick out the best offer. point system.
572 best = current;
578 best = current;
582 if (best != NULL) {
584 remque(best);
589 return (best);