Searched refs:decode_prefix4 (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-bgp.c | 484 decode_prefix4(netdissect_options *ndo, in decode_prefix4() function 1700 advance = decode_prefix4(ndo, tptr, len, buf, sizeof(buf)); in bgp_attr_print() 1872 advance = decode_prefix4(ndo, tptr, len, buf, sizeof(buf)); in bgp_attr_print() 2426 wpfx = decode_prefix4(ndo, p, withdrawn_routes_len, buf, sizeof(buf)); in bgp_update_print() 2524 i = decode_prefix4(ndo, p, length, buf, sizeof(buf)); in bgp_update_print()
|
D | print-ldp.c | 358 i=decode_prefix4(ndo, tptr, tlv_tlen, buf, sizeof(buf)); in ldp_tlv_print()
|
D | netdissect.h | 617 extern int decode_prefix4(netdissect_options *ndo, const u_char *, u_int, char *, u_int);
|