Documentation ¶
Overview ¶
Package byteorder provides functions to convert from and to network byte order.
Index ¶
- Variables
- func HostToNetwork16(u uint16) uint16
- func HostToNetwork32(u uint32) uint32
- func HostToNetwork64(u uint64) uint64
- func NetIPAddrToHost32(ip netip.Addr) uint32
- func NetIPv4ToHost32(ip net.IP) uint32
- func NetworkToHost16(u uint16) uint16
- func NetworkToHost32(u uint32) uint32
- func NetworkToHost64(u uint64) uint64
Constants ¶
This section is empty.
Variables ¶
View Source
var Native binary.ByteOrder = binary.LittleEndian
Functions ¶
func HostToNetwork16 ¶ added in v0.15.7
func HostToNetwork32 ¶ added in v0.15.7
func HostToNetwork64 ¶ added in v0.15.7
func NetIPAddrToHost32 ¶ added in v0.15.7
func NetIPv4ToHost32 ¶ added in v0.15.7
NetIPv4ToHost32 converts an net.IP to a uint32 in host byte order. ip must be a IPv4 address, otherwise the function will panic.
func NetworkToHost16 ¶ added in v0.15.7
func NetworkToHost32 ¶ added in v0.15.7
func NetworkToHost64 ¶ added in v0.15.7
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.