Searched refs:astostr (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-bgp.c | 504 static char astostr[20]; variable 740 as_printf(ndo, astostr, sizeof(astostr), EXTRACT_32BITS(pptr+2)), in bgp_vpn_rd_print() 759 char asbuf[sizeof(astostr)]; /* bgp_vpn_rd_print() overwrites astostr */ in decode_rt_routing_info() 947 as_printf(ndo, astostr, sizeof(astostr), in decode_multicast_vpn() 983 as_printf(ndo, astostr, sizeof(astostr), in decode_multicast_vpn() 1424 as_printf(ndo, astostr, sizeof(astostr), in bgp_attr_print() 1470 as_printf(ndo, astostr, sizeof(astostr), EXTRACT_16BITS(tptr)), in bgp_attr_print() 1474 as_printf(ndo, astostr, sizeof(astostr), in bgp_attr_print() 1485 as_printf(ndo, astostr, sizeof(astostr), EXTRACT_32BITS(tptr)), in bgp_attr_print() 2086 as_printf(ndo, astostr, sizeof(astostr), in bgp_attr_print() [all …]
|