Home | History | Annotate | Download | only in net

Lines Matching refs:IP

23 	IP   IP
35 ip := ipEmptyString(a.IP)
37 return JoinHostPort(ip+"%"+a.Zone, itoa(a.Port))
39 return JoinHostPort(ip, itoa(a.Port))
43 if a == nil || a.IP == nil {
46 return a.IP.IsUnspecified()
64 // one of its IP addresses.
246 if gaddr == nil || gaddr.IP == nil {