Lines Matching refs:IP
15 var ip IP
17 ip = parseIPv4(addr)
18 if ip == nil {
19 ip, zone = parseIPv6(addr, true)
21 if ip == nil {
25 return ip.String()
27 return ip.String() + "%" + zone
34 // Key for the list of literal IP addresses must be a host
40 // Key for the list of host names must be a literal IP address
42 // We don't support old-classful IP address notation.