Searched refs:bittok2str_nosep (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-vxlan-gpe.c | 83 bittok2str_nosep(vxlan_gpe_flags, "none", flags))); in vxlan_gpe_print()
|
D | print-nsh.c | 89 ND_PRINT((ndo, "flags [%s], ", bittok2str_nosep(nsh_flags, "none", flags))); in nsh_print()
|
D | print-geneve.c | 187 bittok2str_nosep(geneve_flag_values, "none", flags))); in geneve_print()
|
D | util-print.c | 574 bittok2str_nosep(register const struct tok *lp, register const char *fmt, in bittok2str_nosep() function
|
D | netdissect.h | 120 extern char *bittok2str_nosep(const struct tok *, const char *, u_int);
|
D | print-tcp.c | 242 ND_PRINT((ndo, "Flags [%s]", bittok2str_nosep(tcp_flag_values, "none", flags))); in tcp_print()
|