select_best
if ((offer = select_best(dsmp)) != NULL) {
offer = select_best(dsmp);
static PKT_LIST *select_best(dhcp_smach_t *);
if ((pl = select_best()) == NULL) {