Searched refs:decode_prefix4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ldp.c | 362 i=decode_prefix4(ndo, tptr, tlv_tlen, buf, sizeof(buf)); in ldp_tlv_print()
|
H A D | print-bgp.c | 582 decode_prefix4(netdissect_options *ndo, in decode_prefix4() function 1729 advance = decode_prefix4(ndo, tptr, len, buf, buflen); in bgp_nlri_print() 2770 wpfx = decode_prefix4(ndo, p, withdrawn_routes_len, buf, sizeof(buf)); in bgp_update_print() 2888 i = decode_prefix4(ndo, p, length, buf, sizeof(buf)); in bgp_update_print()
|
H A D | netdissect.h | 798 extern int decode_prefix4(netdissect_options *, const u_char *, u_int, char *, size_t);
|