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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c62 * dhcp_adopt(): adopts the interface managed by the kernel for diskless boot
69 dhcp_adopt(void) function
81 dhcpmsg(MSG_CRIT, "dhcp_adopt: cannot fetch kernel cache");
85 dhcpmsg(MSG_DEBUG, "dhcp_adopt: fetched %s kcache", kcache->dk_if_name);
95 dhcpmsg(MSG_DEBUG, "dhcp_adopt: allocated ACK of %d bytes", plp->len);
99 dhcpmsg(MSG_CRIT, "dhcp_adopt: cannot convert kernel ACK");
104 dhcpmsg(MSG_CRIT, "dhcp_adopt: cannot parse kernel ACK");
125 dhcpmsg(MSG_ERROR, "dhcp_adopt: unable to attach %s: %d",
131 dhcpmsg(MSG_ERROR, "dhcp_adopt: unable to create state "
141 dhcpmsg(MSG_DEBUG, "dhcp_adopt
[all...]

Completed in 56 milliseconds