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_IPVER + const V1_RESERVED + func AddrRecDecode(ea_iplen, gw_iplen int, arecb []byte) (arec AddrRec) + func AddrRecEncode(arecb []byte, arec AddrRec) + func AddrRecEncodedLen(ea_iplen, gw_iplen int) int + func AddrRecEncodedLenOf(arec AddrRec) int + func AddrRecSlices(ea_iplen, gw_iplen int, arec []byte) (ea, ip, gw, refh, refl []byte)