package
0.0.0-20180324113139-00d1c24e6261
Repository: https://github.com/spcomb/mdlayher-netlink.git
Documentation: pkg.go.dev
# Functions
Bytes returns a null-terminated byte slice with the contents of s.
Int32 decodes an int32 from b using the host machine's native endianness.
Int32Bytes encodes a int32 into a newly-allocated byte slice using the host machine's native endianness.
PutInt32 encodes a int32 into b using the host machine's native endianness.
PutUint16 encodes a uint16 into b using the host machine's native endianness.
PutUint32 encodes a uint32 into b using the host machine's native endianness.
PutUint64 encodes a uint64 into b using the host machine's native endianness.
PutUint8 encodes a uint8 into b.
String returns a string with the contents of b from a null-terminated byte slice.
Uint16 decodes a uint16 from b using the host machine's native endianness.
Uint16Bytes encodes a uint16 into a newly-allocated byte slice using the host machine's native endianness.
Uint32 decodes a uint32 from b using the host machine's native endianness.
Uint32Bytes encodes a uint32 into a newly-allocated byte slice using the host machine's native endianness.
Uint64 decodes a uint64 from b using the host machine's native endianness.
Uint64Bytes encodes a uint64 into a newly-allocated byte slice using the host machine's native endianness.
Uint8 decodes a uint8 from b.
Uint8Bytes encodes a uint8 into a newly-allocated byte slice.