Searched refs:type_s (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/tcpdump/ |
| H A D | print-carp.c | 50 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 D | print-vrrp.c | 110 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()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | qlog_event_helpers.c | 544 const char *type_s; in log_packet() local 547 type_s = quic_pkt_type_to_qlog(hdr->type); in log_packet() 548 if (type_s == NULL) in log_packet() 549 type_s = "unknown"; in log_packet() 551 QLOG_STR("packet_type", type_s); in log_packet()
|
| /src/sys/net/ |
| H A D | if_llc.h | 62 } __packed type_s; member
|
| /src/contrib/file/src/ |
| H A D | vasprintf.c | 238 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()
|