Searched refs:decode_prefix4 (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/tcpdump/ |
H A D | print-ldp.c | 358 i=decode_prefix4(ndo, tptr, tlv_tlen, buf, sizeof(buf)); in ldp_tlv_print()
|
H A D | print-bgp.c | 586 decode_prefix4(netdissect_options *ndo, in decode_prefix4() function 1731 advance = decode_prefix4(ndo, tptr, len, buf, buflen); in bgp_nlri_print() 2769 wpfx = decode_prefix4(ndo, p, withdrawn_routes_len, buf, sizeof(buf)); in bgp_update_print() 2884 i = decode_prefix4(ndo, p, length, buf, sizeof(buf)); in bgp_update_print()
|
H A D | netdissect.h | 747 extern int decode_prefix4(netdissect_options *, const u_char *, u_int, char *, size_t);
|