Lines Matching full:keeps

79 char hostlist[MAX_HOST_LIST + 1];		//!< Keeps the list of the hosts that are allowed to connect to …
80 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…
86 static char address[MAX_LINE + 1]; //!< keeps the network address (either numeric or literal) to b…
87 static char port[MAX_LINE + 1]; //!< keeps the network port to bind to
184 int retval; // keeps the returning value from several functions in main()
185 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main()
350 // If the file does not exist, it keeps the settings provided by the command line in main()
562 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main_startup()
563 struct addrinfo *addrinfo; // keeps the addrinfo chain; required to open a new socket in main_startup()
741 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in send_state_change_event()
863 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in accept_connections()
1142 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in accept_connection()
1143 PCAP_SOCKET sockctrl; // keeps the socket ID for this control connection in accept_connection()
1145 socklen_t fromlen; // keeps the length of the sockaddr_storage variable in accept_connection()
1326 \param ptr: it keeps the 'activepars' parameters. It is a 'void *'
1336 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main_active()
1337 PCAP_SOCKET sockctrl; // keeps the socket ID for this control connection in main_active()
1339 struct addrinfo *addrinfo; // keeps the addrinfo chain; required to open a new socket in main_active()