OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tok2strbuf
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-bgp.c
891
printf("%s",
tok2strbuf
(bgp_origin_values,
910
printf("%s",
tok2strbuf
(bgp_as_path_segment_open_values,
918
printf("%s",
tok2strbuf
(bgp_as_path_segment_close_values,
1013
tok2strbuf
(af_values, "Unknown AFI", af,
1017
tok2strbuf
(bgp_safi_values, "Unknown SAFI", safi,
[
all
...]
util.c
265
tok2strbuf
(register const struct tok *lp, register const char *fmt,
function
295
return
tok2strbuf
(lp, fmt, v, ret, sizeof(buf[0]));
netdissect.h
74
extern const char *
tok2strbuf
(const struct tok *, const char *, int,
Completed in 112 milliseconds