Home
last modified time | relevance | path

Searched refs:msg_type_string (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c233 const char *msg_type_string; // string for message type in daemon_serviceloop() local
639 msg_type_string = rpcap_msg_type_string(header.type); in daemon_serviceloop()
640 if (msg_type_string != NULL) in daemon_serviceloop()
642 …rmsgbuf, PCAP_ERRBUF_SIZE, "%s request sent before authentication was completed", msg_type_string); in daemon_serviceloop()
675 msg_type_string = rpcap_msg_type_string(header.type); in daemon_serviceloop()
676 if (msg_type_string != NULL) in daemon_serviceloop()
678 …(errmsgbuf, PCAP_ERRBUF_SIZE, "Server-to-client message %s received from client", msg_type_string); in daemon_serviceloop()
1052 msg_type_string = rpcap_msg_type_string(header.type); in daemon_serviceloop()
1053 if (msg_type_string != NULL) in daemon_serviceloop()
1055 rpcapd_log(LOGPRIO_INFO, "The client sent a %s server-to-client message", msg_type_string); in daemon_serviceloop()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c3360 const char *msg_type_string; in rpcap_check_msg_type() local
3398 msg_type_string = rpcap_msg_type_string(header->type); in rpcap_check_msg_type()
3409 if (msg_type_string != NULL) in rpcap_check_msg_type()
3412 msg_type_string, request_type_string); in rpcap_check_msg_type()