Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dprint-carp.c50 const char *type_s; in carp_print() local
57 type_s = "advertise"; in carp_print()
59 type_s = "unknown"; in carp_print()
60 ND_PRINT("v%u-%s %u: ", version, type_s, len); in carp_print()
H A Dprint-vrrp.c110 const char *type_s; in vrrp_print() local
116 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()
117 ND_PRINT("v%u, %s", version, type_s); in vrrp_print()
/freebsd-14.2/sys/net/
H A Dif_llc.h64 } __packed type_s; member
/freebsd-14.2/contrib/file/src/
H A Dvasprintf.c238 static int type_s(xprintf_struct *s, int width, int prec, in type_s() function
519 return type_s(s, width, prec, format_string, va_arg(s->vargs, const char*)); in dispatch()