vendor/golang.org/x/net/route.Inet6Addr.IP (field)

17 uses

	vendor/golang.org/x/net/route (current package)
		address.go#L143: 	IP     [16]byte // IP address
		address.go#L161: 	copy(b[8:24], a.IP[:])
		address.go#L183: 		copy(a.IP[:], b[8:24])
		address.go#L184: 		if a.IP[0] == 0xfe && a.IP[1]&0xc0 == 0x80 || a.IP[0] == 0xff && (a.IP[1]&0x0f == 0x01 || a.IP[1]&0x0f == 0x02) {
		address.go#L189: 			id := int(bigEndian.Uint16(a.IP[2:4]))
		address.go#L192: 				a.IP[2], a.IP[3] = 0, 0
		address.go#L245: 		copy(a.IP[:], b[off6:off6+16])
		address.go#L250: 			copy(a.IP[:], b[1:l])
		address.go#L252: 			copy(a.IP[:], b[l-off6:l])

	net
		interface_bsd.go#L102: 				copy(mask, sa.IP[:])
		interface_bsd.go#L110: 				copy(ip, sa.IP[:])
		interface_darwin.go#L45: 				copy(ip, sa.IP[:])