kubernetes/vendor/github.com/vishvananda/netlink/order.go

var native

var networkOrder

func htonl(val uint32) []byte {}

func htons(val uint16) []byte {}

func ntohl(buf []byte) uint32 {}

func ntohs(buf []byte) uint16 {}