Searched refs:decode_prefix4 (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | decode_prefix.h | 36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
|
D | print-bgp.c | 428 decode_prefix4(const u_char *pptr, char *buf, u_int buflen) in decode_prefix4() function 1214 advance = decode_prefix4(tptr, buf, sizeof(buf)); in bgp_attr_print() 1367 advance = decode_prefix4(tptr, buf, sizeof(buf)); in bgp_attr_print() 1772 wpfx = decode_prefix4(&p[i], buf, sizeof(buf)); in bgp_update_print() 1834 i = decode_prefix4(p, buf, sizeof(buf)); in bgp_update_print()
|
D | print-ldp.c | 341 i=decode_prefix4(tptr,buf,sizeof(buf)); in ldp_tlv_print()
|