Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/rpcapd/
H A Ddaemon.c179 const char *msg_type_string; // string for message type in daemon_serviceloop() local
414 msg_type_string = rpcap_msg_type_string(header.type); in daemon_serviceloop()
415 if (msg_type_string != NULL) in daemon_serviceloop()
417 …rmsgbuf, PCAP_ERRBUF_SIZE, "%s request sent before authentication was completed", msg_type_string); in daemon_serviceloop()
449 msg_type_string = rpcap_msg_type_string(header.type); in daemon_serviceloop()
450 if (msg_type_string != NULL) in daemon_serviceloop()
452 …(errmsgbuf, PCAP_ERRBUF_SIZE, "Server-to-client message %s received from client", msg_type_string); in daemon_serviceloop()
815 msg_type_string = rpcap_msg_type_string(header.type); in daemon_serviceloop()
816 if (msg_type_string != NULL) in daemon_serviceloop()
818 rpcapd_log(LOGPRIO_INFO, "The client sent a %s server-to-client message", msg_type_string); in daemon_serviceloop()
[all …]
/freebsd-13.1/contrib/libpcap/
H A Dpcap-rpcap.c2976 const char *msg_type_string; in rpcap_check_msg_type() local
3014 msg_type_string = rpcap_msg_type_string(header->type); in rpcap_check_msg_type()
3025 if (msg_type_string != NULL) in rpcap_check_msg_type()
3028 msg_type_string, request_type_string); in rpcap_check_msg_type()