Home
last modified time | relevance | path

Searched refs:tok2strbuf (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-bgp.c1315 printf("%s", tok2strbuf(bgp_origin_values, in bgp_attr_print()
1349 printf("%s", tok2strbuf(bgp_as_path_segment_open_values, in bgp_attr_print()
1361 printf("%s", tok2strbuf(bgp_as_path_segment_close_values, in bgp_attr_print()
1478 tok2strbuf(af_values, "Unknown AFI", af, in bgp_attr_print()
1482 tok2strbuf(bgp_safi_values, "Unknown SAFI", safi, in bgp_attr_print()
1839 tok2strbuf(af_values, "Unknown AFI", af, in bgp_attr_print()
1843 tok2strbuf(bgp_safi_values, "Unknown SAFI", safi, in bgp_attr_print()
2005 tok2strbuf(bgp_extd_comm_subtype_values, in bgp_attr_print()
2052 tok2strbuf(bgp_extd_comm_ospf_rtype_values, in bgp_attr_print()
2061 tok2strbuf(l2vpn_encaps_values, in bgp_attr_print()
[all …]
Dprint-rrcp.c105 tok2strbuf(proto_values,"RRCP-0x%02x",rrcp_proto,proto_str,sizeof(proto_str)), in rrcp_print()
109tok2strbuf(opcode_values,"unknown opcode (0x%02x)",rrcp_opcode,opcode_str,sizeof(opcode_str)))); in rrcp_print()
Dutil.c284 tok2strbuf(register const struct tok *lp, register const char *fmt, in tok2strbuf() function
314 return tok2strbuf(lp, fmt, v, ret, sizeof(buf[0])); in tok2str()
Dnetdissect.h80 extern const char *tok2strbuf(const struct tok *, const char *, int,