Home
last modified time | relevance | path

Searched refs:NCT_BOOTP_DHCP (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/stand/lib/sock/
H A Dsocket_inet.h42 enum nc_type { NCT_BOOTP_DHCP, NCT_RARP_BOOTPARAMS, NCT_MANUAL }; enumerator
H A Dsocket.c1229 "bootp", NCT_BOOTP_DHCP,
1230 "dhcp", NCT_BOOTP_DHCP,
1253 return (NCT_BOOTP_DHCP); in get_netconfig_strategy()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dmount.c586 if (get_netconfig_strategy() == NCT_BOOTP_DHCP) { in boot_nfs_mountroot()