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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2659 char *dhcpbuf; local
2666 if ((dhcpbuf = copylist(dhcpfile, &dhcpsize)) == NULL) {
2678 if (dhcpbuf[i] == '\0')
2679 dhcpbuf[i] = ' ';
2680 dhcpbuf[dhcpsize - 1] = '\0';
2682 (void) ifconfig(ifinst, CFG_DHCP_CMD, dhcpbuf, B_FALSE);
2683 free(dhcpbuf);

Completed in 49 milliseconds