| 1470 | } |
| 1471 | |
| 1472 | type IPAddrPrefix struct { |
| 1473 | IPAddrPrefixDefault |
| 1474 | } |
| 1475 | |
| 1476 | func (r *IPAddrPrefix) decodeFromBytes(data []byte, addrlen int, options ...*MarshallingOption) error { |
| 1477 | if len(data) < 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected