func internal/byteorder.LePutUint16

2 uses

	internal/byteorder (current package)
		byteorder.go#L14: func LePutUint16(b []byte, v uint16) {

	net/netip
		netip.go#L1236: 	byteorder.LePutUint16(b[len(b)-2:], p.Port())