vendor/golang.org/x/net/route.binaryByteOrder.PutUint32 (method)
6 uses
vendor/golang.org/x/net/route (current package)
address.go#L163: nativeEndian.PutUint32(b[24:28], uint32(a.ZoneID))
binary.go#L24: PutUint32([]byte, uint32)
route_classic.go#L33: nativeEndian.PutUint32(b[8:12], uint32(m.Flags))
route_classic.go#L35: nativeEndian.PutUint32(b[16:20], uint32(m.ID))
route_classic.go#L36: nativeEndian.PutUint32(b[20:24], uint32(m.Seq))
route_classic.go#L42: nativeEndian.PutUint32(b[12:16], uint32(attrs))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)