const syscall.offsetofInet6

4 uses

	syscall (current package)
		route_bsd.go#L117: 	offsetofInet6 = int(unsafe.Offsetof(RawSockaddrInet6{}.Addr))
		route_bsd.go#L151: 		copy(sa.Addr[:], b[offsetofInet6:])
		route_bsd.go#L155: 		if l-1 < offsetofInet6 {
		route_bsd.go#L158: 			copy(sa.Addr[:], b[l-offsetofInet6:l])