Home | History | Annotate | Download | only in net

Lines Matching refs:IP

25 	// When dialing a name with multiple IP addresses, the timeout
143 case "ip", "ip4", "ip6":
152 case "ip", "ip4", "ip6":
195 ip *IPAddr
206 ip = hint
207 wildcard = ip.isWildcard()
216 if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(tcp.IP) {
221 if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(udp.IP) {
226 if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(ip.IP) {
241 // "udp", "udp4" (IPv4-only), "udp6" (IPv6-only), "ip", "ip4"
259 // For IP networks, the network must be "ip", "ip4" or "ip6" followed
261 // literal IP address.
309 // For example, if a host has 4 IP addresses and the timeout is 1 minute,
549 // for at most one of its IP addresses.
572 // "udp6", "ip", "ip4", "ip6" or "unixgram".
579 // for at most one of its IP addresses.