OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCK_DEBUG_MESSAGE
(Results
1 - 7
of
7
) sorted by null
/external/libpcap/
sockutils.h
142
#define
SOCK_DEBUG_MESSAGE
(msg) ((void)0)
148
#define
SOCK_DEBUG_MESSAGE
(msg) { _CrtDbgReport(_CRT_WARN, NULL, 0, NULL, "%s\n", msg); fprintf(stderr, "%s\n", msg); }
150
#define
SOCK_DEBUG_MESSAGE
(msg) { fprintf(stderr, "%s\n", msg); }
sockutils.c
851
SOCK_DEBUG_MESSAGE
("I have been requested to read zero bytes");
942
SOCK_DEBUG_MESSAGE
("I have been requested to read zero bytes");
[
all
...]
pcap-rpcap.c
[
all
...]
/external/libpcap/rpcapd/
rpcapd.c
182
SOCK_DEBUG_MESSAGE
(errbuf);
257
SOCK_DEBUG_MESSAGE
("Only MAX_ACTIVE_LIST active connections are currently supported.");
288
SOCK_DEBUG_MESSAGE
("Error when saving the configuration to file");
446
SOCK_DEBUG_MESSAGE
("Unable to start the service");
507
SOCK_DEBUG_MESSAGE
("Error creating the active child threads");
542
SOCK_DEBUG_MESSAGE
(errbuf);
621
SOCK_DEBUG_MESSAGE
(PROGRAM_NAME " is closing.\n");
765
SOCK_DEBUG_MESSAGE
("Child terminated");
[
all
...]
win32-svc.c
36
#include "sockutils.h" // for
SOCK_DEBUG_MESSAGE
78
SOCK_DEBUG_MESSAGE
(message);
fileconf.c
45
#include "sockutils.h" // for
SOCK_DEBUG_MESSAGE
97
SOCK_DEBUG_MESSAGE
("Only MAX_ACTIVE_LIST active connections are currently supported.");
137
SOCK_DEBUG_MESSAGE
(msg);
daemon.c
676
SOCK_DEBUG_MESSAGE
("The other end system asked to close the connection.");
878
SOCK_DEBUG_MESSAGE
("I'm exiting from the child loop");
879
SOCK_DEBUG_MESSAGE
(errbuf);
[
all
...]
Completed in 124 milliseconds