HomeSort by: relevance | last modified time | path
    Searched defs:net_dhcpconf (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/
net.c 90 static int net_dhcpconf; variable in typeref:typename:int
635 net_dhcpconf = 0;
646 net_dhcpconf |= DHCPCONF_IPADDR;
677 net_dhcpconf |= DHCPCONF_NAMESVR;
704 net_dhcpconf |= DHCPCONF_DOMAIN;
708 net_dhcpconf |= DHCPCONF_HOST;
723 net_dhcpconf &= ~(DHCPCONF_DOMAIN|DHCPCONF_HOST);
755 if (!(net_dhcpconf & DHCPCONF_NAMESVR)) {
1126 if ((net_dhcpconf & DHCPCONF_HOST) == 0)
1154 if ((net_dhcpconf & DHCPCONF_IPADDR) == 0)
    [all...]

Completed in 12 milliseconds