Searched refs:tok2strbuf (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-bgp.c | 891 printf("%s", tok2strbuf(bgp_origin_values, in bgp_attr_print() 910 printf("%s", tok2strbuf(bgp_as_path_segment_open_values, in bgp_attr_print() 918 printf("%s", tok2strbuf(bgp_as_path_segment_close_values, in bgp_attr_print() 1013 tok2strbuf(af_values, "Unknown AFI", af, in bgp_attr_print() 1017 tok2strbuf(bgp_safi_values, "Unknown SAFI", safi, in bgp_attr_print() 1349 tok2strbuf(af_values, "Unknown AFI", af, in bgp_attr_print() 1353 tok2strbuf(bgp_safi_values, "Unknown SAFI", safi, in bgp_attr_print() 1488 tok2strbuf(bgp_extd_comm_subtype_values, in bgp_attr_print() 1536 tok2strbuf(bgp_extd_comm_ospf_rtype_values, in bgp_attr_print() 1545 tok2strbuf(l2vpn_encaps_values, in bgp_attr_print() [all …]
|
D | util.c | 265 tok2strbuf(register const struct tok *lp, register const char *fmt, in tok2strbuf() function 295 return tok2strbuf(lp, fmt, v, ret, sizeof(buf[0])); in tok2str()
|
D | netdissect.h | 74 extern const char *tok2strbuf(const struct tok *, const char *, int,
|