Documentation ¶
Overview ¶
Package byteorder provides functions to convert from and to network byte order.
Index ¶
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 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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.