Searched refs:decode_prefix6 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ldp.c | 372 i=decode_prefix6(ndo, tptr, tlv_tlen, buf, sizeof(buf)); in ldp_tlv_print()
|
H A D | print-hncp.c | 230 plenbytes = decode_prefix6(ndo, prefix, max_length, buf, sizeof(buf)); in print_prefix()
|
H A D | netdissect.h | 799 extern int decode_prefix6(netdissect_options *, const u_char *, u_int, char *, size_t);
|
H A D | print-bgp.c | 1364 decode_prefix6(netdissect_options *ndo, in decode_prefix6() function 1791 advance = decode_prefix6(ndo, tptr, len, buf, buflen); in bgp_nlri_print()
|