Home | History | Annotate | Download | only in net

Lines Matching refs:IP

44 			var ip IP
47 ip = IPv4(sa.IP[0], sa.IP[1], sa.IP[2], sa.IP[3])
49 ip = make(IP, IPv6len)
50 copy(ip, sa.IP[:])
52 if ip != nil {
53 ifmat = append(ifmat, &IPAddr{IP: ip})