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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c452 * compute_points_v4(): compute the number of "points" for a given v4 offer.
460 compute_points_v4(const PKT_LIST *pkt) function
465 dhcpmsg(MSG_VERBOSE, "compute_points_v4: valid BOOTP reply");
470 dhcpmsg(MSG_WARNING, "compute_points_v4: OFFER without lease "
476 dhcpmsg(MSG_WARNING, "compute_points_v4: OFFER with garbled "
482 dhcpmsg(MSG_WARNING, "compute_points_v4: OFFER without server "
488 dhcpmsg(MSG_WARNING, "compute_points_v4: OFFER with garbled "
494 dhcpmsg(MSG_VERBOSE, "compute_points_v4: valid OFFER packet");
557 compute_points_v4(current);

Completed in 59 milliseconds