Home | History | Annotate | Download | only in net

Lines Matching refs:IP

87 		var ip IP
91 ip = IPv4(a.IP[0], a.IP[1], a.IP[2], a.IP[3])
94 ip = make(IP, IPv6len)
95 copy(ip, a.IP[:])
98 ifat = append(ifat, &IPNet{IP: ip, Mask: mask})