Home
last modified time | relevance | path

Searched refs:bittok2str_nosep (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-vxlan.c64 bittok2str_nosep(vxlan_flags, "invalid", flags), flags); in vxlan_print()
H A Dprint-vxlan-gpe.c79 bittok2str_nosep(vxlan_gpe_flags, "none", flags)); in vxlan_gpe_print()
H A Dprint-geneve.c194 bittok2str_nosep(geneve_flag_values, "none", flags)); in geneve_print()
H A Dprint-macsec.c97 bittok2str_nosep(macsec_flag_values, "none", in macsec_print_header()
H A Dprint-nsh.c136 bittok2str_nosep(nsh_flags, "none", NSH_FLAGS(basehdr))); in nsh_print()
H A Dprint-mobility.c289 bittok2str_nosep(ip6m_binding_update_bits, in mobility_print()
H A Dutil-print.c567 bittok2str_nosep(const struct tok *lp, const char *fmt, in bittok2str_nosep() function
H A Dnetdissect.h148 extern char *bittok2str_nosep(const struct tok *, const char *, u_int);
H A Dprint-tcp.c253 ND_PRINT("Flags [%s]", bittok2str_nosep(tcp_flag_values, "none", flags)); in tcp_print()