Home | History | Annotate | Download | only in src

Lines Matching defs:ip

568 	       then 192.168.0.255 is a valid IP address, but not for Windows as it's
723 char *ip, *cp;
767 for (ip = buff; *ip && !isspace((int)*ip); ip++);
768 for(; *ip && isspace((int)*ip); ip++)
769 *ip = 0;
770 if (!*ip || parse_hex(buff, hwaddr, ETHER_ADDR_LEN, NULL, NULL) != ETHER_ADDR_LEN)
777 for (cp = ip; *cp; cp++)
783 if ((addr.s_addr = inet_addr(ip)) == (in_addr_t)-1)
798 if (!(host = canonicalise(ip, &nomem)) || !legal_hostname(host))
815 my_syslog(MS_DHCP | LOG_ERR, _("ignoring %s line %d, duplicate name or IP address"), ETHERSFILE, lineno);
880 /* If the same IP appears in more than one host config, then DISCOVER
897 die(_("duplicate IP address %s in dhcp-config directive."),
900 my_syslog(MS_DHCP | LOG_ERR, _("duplicate IP address %s in %s."),
914 /* Some people like to keep all static IP addresses in /etc/hosts.
917 We take care to maintain the invariant that any IP address can appear
948 my_syslog(MS_DHCP | LOG_WARNING, _("duplicate IP address %s (%s) in dhcp-config directive"),