Versions in this module Expand all Collapse all v1 v1.4.0 Sep 19, 2025 Changes in this version + const V1_AREC_MAX_LEN + const V1_AREC_MIN_LEN + const V1_RESERVED + func AddrRecAsSlice(arec AddrRec) []byte + func AddrRecCheck(arec []byte) (ok bool, length, ea_iplen, gw_iplen int) + func AddrRecDecode(arecb []byte) (bool, int, AddrRec) + func AddrRecEncode(arecb []byte, arec AddrRec) int + func AddrRecEncodedLen(ea_iplen, gw_iplen int) int + func AddrRecEncodedLenOf(arec AddrRec) int + func AddrRecSlices(arec []byte, ea_iplen, gw_iplen int) (length int, ea, ip, gw, ref []byte)