Lines Matching defs:ip
17 // Parses the contents of a hosts file. Returns one token (IP or hostname) at
30 // Advances to the next token (IP or hostname). Returns whether another
69 // Fast-forwards the parser to the next line. Should be called if an IP
76 // Returns whether the last-parsed token is an IP address (true) or a
113 IPAddressNumber ip;
120 // the same IP address (usually 127.0.0.1). Don't bother parsing the IP
126 ip.swap(new_ip);
127 family = (ip.size() == 4) ? ADDRESS_FAMILY_IPV4 : ADDRESS_FAMILY_IPV6;
137 mapped_ip = ip;