Searched refs:astostr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-bgp.c | 760 char astostr[AS_STR_SIZE]; in bgp_vpn_rd_print() local 785 as_printf(ndo, astostr, sizeof(astostr), GET_BE_U_4(pptr + 2)), in bgp_vpn_rd_print() 811 char astostr[AS_STR_SIZE]; in bgp_extended_community_print() local 836 as_printf(ndo, astostr, sizeof(astostr), in bgp_extended_community_print() 918 char astostr[AS_STR_SIZE]; in bgp_rt_prefix_print() local 972 as_printf(ndo, astostr, sizeof(astostr), EXTRACT_BE_U_4(pptr+2)), in bgp_rt_prefix_print() 993 char astostr[AS_STR_SIZE]; in decode_rt_routing_info() local 1015 as_printf(ndo, astostr, sizeof(astostr), GET_BE_U_4(pptr + 1)); in decode_rt_routing_info() 1037 astostr, in decode_rt_routing_info() 1144 char astostr[AS_STR_SIZE]; in decode_multicast_vpn() local [all …]
|
H A D | CHANGES | 304 BGP: Fix overwrites of global 'astostr' temporary buffer
|