Searched refs:decode_prefix6 (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-ldp.c | 366 i=decode_prefix6(ndo, tptr, tlv_tlen, buf, sizeof(buf)); in ldp_tlv_print()
|
D | print-bgp.c | 1117 decode_prefix6(netdissect_options *ndo, in decode_prefix6() function 1809 advance = decode_prefix6(ndo, tptr, len, buf, sizeof(buf)); in bgp_attr_print() 1948 advance = decode_prefix6(ndo, tptr, len, buf, sizeof(buf)); in bgp_attr_print()
|
D | print-hncp.c | 231 plenbytes = decode_prefix6(ndo, prefix, max_length, buf, sizeof(buf)); in print_prefix()
|
D | netdissect.h | 650 extern int decode_prefix6(netdissect_options *, const u_char *, u_int, char *, u_int);
|