OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msg_type_string
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/rpcapd/
daemon.c
233
const char *
msg_type_string
; // string for message type
local
639
msg_type_string
= rpcap_msg_type_string(header.type);
640
if (
msg_type_string
!= NULL)
642
snprintf(errmsgbuf, PCAP_ERRBUF_SIZE, "%s request sent before authentication was completed",
msg_type_string
);
675
msg_type_string
= rpcap_msg_type_string(header.type);
676
if (
msg_type_string
!= NULL)
678
snprintf(errmsgbuf, PCAP_ERRBUF_SIZE, "Server-to-client message %s received from client",
msg_type_string
);
1052
msg_type_string
= rpcap_msg_type_string(header.type);
1053
if (
msg_type_string
!= NULL)
1055
rpcapd_log(LOGPRIO_INFO, "The client sent a %s server-to-client message",
msg_type_string
);
[
all
...]
/src/external/bsd/libpcap/dist/
pcap-rpcap.c
3360
const char *
msg_type_string
;
local
3398
msg_type_string
= rpcap_msg_type_string(header->type);
3409
if (
msg_type_string
!= NULL)
3412
msg_type_string
, request_type_string);
Completed in 17 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026