Searched refs:NCT_BOOTP_DHCP (Results 1 – 3 of 3) sorted by relevance
42 enum nc_type { NCT_BOOTP_DHCP, NCT_RARP_BOOTPARAMS, NCT_MANUAL }; enumerator
1229 "bootp", NCT_BOOTP_DHCP,1230 "dhcp", NCT_BOOTP_DHCP,1253 return (NCT_BOOTP_DHCP); in get_netconfig_strategy()
586 if (get_netconfig_strategy() == NCT_BOOTP_DHCP) { in boot_nfs_mountroot()