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

/macosx-10.10/tcpdump-61/tcpdump/
H A Ddecode_prefix.h36 extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen);
H A Dprint-bgp.c489 decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen) function
1685 advance = decode_prefix4(tptr, len, buf, sizeof(buf));
1857 advance = decode_prefix4(tptr, len, buf, sizeof(buf));
2408 wpfx = decode_prefix4(p, withdrawn_routes_len, buf, sizeof(buf));
2506 i = decode_prefix4(p, length, buf, sizeof(buf));
H A Dprint-ldp.c361 i=decode_prefix4(tptr,tlv_tlen,buf,sizeof(buf));

Completed in 119 milliseconds