Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 15 of 15) sorted by relevance

/mOS-networking-stack/core/src/
H A Dpcap_module.c17 pcap_t *handle[MAX_DEVICES]; member
41 if ((ppc->rdata = pcap_next(ppc->handle[ifidx], &ppc->phdr)) == NULL) in pcap_recv_pkts()
74 ret = pcap_inject(ppc->handle[nif], ppc->wdata, ppc->phdr.len); in pcap_send_pkts()
118 pcap_close(ppc->handle[i]); in pcap_destroy_handle()
133 g_pcap_ctx.handle[i] = pcap_open_live(ent[i]->dev_name, BUFSIZ, 1, in pcap_load_module_upper_half()
135 if (!g_pcap_ctx.handle[i]) { in pcap_load_module_upper_half()
140 g_pcap_ctx.handle[i] = pcap_create(ent[i]->dev_name, errbuf); in pcap_load_module_upper_half()
141 if (!g_pcap_ctx.handle[i]) { in pcap_load_module_upper_half()
147 if (pcap_set_buffer_size(g_pcap_ctx.handle[i], PCAP_BUFFER_SIZE) != 0) { in pcap_load_module_upper_half()
152 if (pcap_activate(g_pcap_ctx.handle[i]) < 0) { in pcap_load_module_upper_half()
[all …]
H A Dcore.c258 GetAverageStat(&mtcp->rtstat.handle), mtcp->rtstat.handle.max, in PrintThreadRoundTime()
266 InitStatCounter(&mtcp->rtstat.handle); in PrintThreadRoundTime()
877 InitStatCounter(&mtcp->rtstat.handle); in RunMainLoop()
995 UpdateStatCounter(&mtcp->rtstat.handle, in RunMainLoop()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt44 handle the request internally (might result in sub-requests)
54 close connection (handle lingering close)
97 other way to handle the issue (e.g. client-side close of the connection).
109 'handlereq' to handle all aspect which are neccesary to find out what has
H A Dproxy.txt83 Using lighttpd + mod_proxy in front of 8 Squids which handle the
H A Dperformance.txt47 If you handle several connections at once under a high load (let's assume 500 connections
152 connections for awhile to use the existing file descriptors to handle the
H A Dsecdownload.txt35 there are multiple ways to handle secured download mechanisms:
H A Dplugins.txt60 called at the end of the logical path handle to get a docroot
H A Dfastcgi.txt279 requests waiting to be handle by a single process increases the
511 handle the work in parallel. Number of parallel workers can
/mOS-networking-stack/core/src/include/
H A Dstat.h43 struct stat_counter handle; member
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dltoptions.m492 ## Macros to handle LT_INIT options. ##
H A Dlibtool.m42743 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS100 * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
322 * handle EAGAIN and EINTR for freebsd sendfile (#1675)
327 …* inserted many con->mode checks; they should prevent two modules to handle the same request if th…
465 * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
H A Dconfig.guess1389 information to handle your system.
H A Dconfigure.ac576 # on reading the truncated area which we can't handle (yet).
H A Daclocal.m4573 # handle '-M -o', and we need to detect this. Also, some Intel
1322 # is unlikely to handle the host's binaries.