Home
last modified time | relevance | path

Searched defs:errmsgbuf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libpcap/rpcapd/
H A Ddaemon.c222 char errmsgbuf[PCAP_ERRBUF_SIZE + 1]; // buffer for errors to send to the client in daemon_serviceloop() local
1223 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client in daemon_msg_auth_req() local
1444 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to log in daemon_AuthUserPwd() local
1607 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client in daemon_msg_findallif_req() local
1858 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client in daemon_msg_open_req() local
1961 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client in daemon_msg_startcap_req() local
2332 …pplyfilter(SOCKET sockctrl, SSL *ctrl_ssl, struct session *session, uint32 *plenp, char *errmsgbuf) in daemon_unpackapplyfilter()
2421 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client in daemon_msg_updatefilter_req() local
2475 char errmsgbuf[PCAP_ERRBUF_SIZE]; in daemon_msg_setsampling_req() local
2535 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client in daemon_msg_stats_req() local
[all …]
/aosp_15_r20/external/libpcap/
H A Dpcap-dlpi.c1184 char errmsgbuf[PCAP_ERRBUF_SIZE]; local