Home
last modified time | relevance | path

Searched refs:decode_prefix4 (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Ddecode_prefix.h36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
Dprint-bgp.c428 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()
Dprint-ldp.c341 i=decode_prefix4(tptr,buf,sizeof(buf)); in ldp_tlv_print()