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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-carp.c52 const char *type_s; local
58 type_s = "advertise";
60 type_s = "unknown";
61 ND_PRINT((ndo, "CARPv%d-%s %d: ", version, type_s, len));
H A Dprint-vrrp.c111 const char *type_s; local
116 type_s = tok2str(type2str, "unknown type (%u)", type);
117 ND_PRINT((ndo, "VRRPv%u, %s", version, type_s));
/freebsd-11-stable/sys/net/
H A Dif_llc.h63 } __packed type_s; member in union:llc::__anon12277
/freebsd-11-stable/contrib/file/src/
H A Dvasprintf.c240 static int type_s(xprintf_struct *s, int width, int prec, function
521 return type_s(s, width, prec, format_string, va_arg(s->vargs, const char*));

Completed in 284 milliseconds