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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c59 static boolean_t configure_v4_lease(dhcp_smach_t *);
146 if (!configure_v4_lease(dsmp))
165 if (!configure_v4_lease(dsmp))
945 * configure_v4_lease(): configures the IPv4 lease on a state machine from
954 configure_v4_lease(dhcp_smach_t *dsmp) function
986 dhcpmsg(MSG_ERROR, "configure_v4_lease: unable to allocate "
1007 "configure_v4_lease: got invalid IP address %s for %s",
1041 dhcpmsg(MSG_WARNING, "configure_v4_lease: specified "
1045 dhcpmsg(MSG_WARNING, "configure_v4_lease: no IP "
1076 dhcpmsg(MSG_INFO, "configure_v4_lease
[all...]

Completed in 45 milliseconds