Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 42) sorted by relevance

12

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c553 u_int i, from; local
662 from = i + 1;
667 if (from + p->k < from || from + p->k >= len)
669 if (from + p->k >= len)
677 if (from + p->jt >= len || from + p->jf >= len)
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt38 read http-request-header from network
42 read http-request-content from network
63 and start to read data from the network. As soon as we get the
76 The Keep-Alive handling is implemented by going from the 'respend'
96 connection and can be call from every state. It is only use if there is no
103 read all the delay packet from the network.
H A Dextforward.txt15 Apache. This module will extract the client's "real" ip from
27 I've taken lighttpd-1.4.10-mod_extforward.c from the wiki and I've
55 …will translate ip addresses coming from 10.0.0.232 to real ip addresses extracted from "X-Forwarde…
H A Dredirect.txt38 # from any www.host (with www.) to the host (without www.)
46 Do NOT use mod_redirect to protect specific urls, as the original url passed from the client
H A Dcml.txt14 …ge to describe the dependencies of a page at one side and building a page from its fragments on th…
38 * the layout is taken from a template in templates/jk.tmpl
39 * the menu is generated from a menu.csv file
40 * the content is coming from files on the local directory named content-1, content-2 and so on
248 - parameters from the query-string
H A Dauthentication.txt85 You can use htpasswd from the apache distribution to manage
101 You can use htdigest from the apache distribution to manage
163 # 'username' from the login dialog
H A Duserdir.txt26 Requests in the form ``/~user/page.html`` are rewritten to take the file ``page.html`` from the hom…
67 if set, only users from this list may use the feature
H A Dfastcgi.txt143 PHP can extract PATH_INFO from it (default: disabled)
338 interface is php which can be downloaded from
339 http://www.php.net/ . You have to recompile the php from
450 take off some load from the webserver you have to control
484 ## from
521 As the script might be started from a unknown stage or even
522 directly from the command-line it cleans the environment
531 For Perl you have to install the FCGI module from CPAN.
581 include the host where you are connection from.
H A Dstatus.txt37 By default the status page is disabled to hide internal information from
42 If you want to open the status page just for users from the local network
H A Dsetenv.txt37 adds a header to the HTTP request that was received from the client
H A Dfeatures.txt21 The document was inspired by a mail from David Phillips:
54 There is no SSI support. Zeus has full recursive SSI support. Output from
H A Dfastcgi-state.txt41 read fastcgi-response from network and push it to the write-queue
H A Dssi.txt69 The original SSI module from NCSA and Apache provided some more options
H A Dwebdav.txt35 and the usual GET, POST, HEAD from HTTP/1.1.
H A Dperformance.txt34 Disabling keep-alive might help your server if you suffer from a large
84 The event handler can be set by specifying the 'Config Value' from above
98 If you want to send out a file from the webserver, it doesn't make any sense
H A Drewrite.txt49 Do NOT use mod_rewrite to protect specific urls, as the original url passed from the client
H A Dmagnet.txt199 Your side might be on maintainance from time to time. Instead of shutting down the server confusing…
247 selecting a random file from a directory
250 Say, you want to send a random file (ad-content) from a directory.
255 * all images use increasing numbers starting from 1
/mOS-networking-stack/core/src/
H A Dmos_api.c424 ClonePacketCtx(struct pkt_info *to, unsigned char *frame, struct pkt_info *from) in ClonePacketCtx() argument
427 assert(from); in ClonePacketCtx()
428 assert(from->eth_len > 0); in ClonePacketCtx()
429 assert(from->eth_len <= ETHERNET_FRAME_LEN); in ClonePacketCtx()
430 memcpy(frame, from->ethh, from->eth_len); in ClonePacketCtx()
434 memcpy(to, from, PKT_INFO_LEN); in ClonePacketCtx()
438 to->iph = from->iph ? in ClonePacketCtx()
442 to->tcph = from->tcph ? in ClonePacketCtx()
446 to->payload = from->tcph ? in ClonePacketCtx()
549 mtcp_clonepkt(struct pkt_info *to, unsigned char *frame, struct pkt_info *from) in mtcp_clonepkt() argument
[all …]
H A Dtcp_rb.c301 boff_t from = loff2boff(rb, off); \
303 tcpbufseg_t *bufseg_from = buf_getbuf(rb, from); \
306 if (from > to) { \
307 off = UNITBUFSIZE - (from % UNITBUFSIZE); \
308 MEMCPY_FOR_##rw(&buf[0], &bufseg_from->buf[from % UNITBUFSIZE], off); \
323 MEMCPY_FOR_##rw(&buf[0], &bufseg_from->buf[from % UNITBUFSIZE], len); \
325 off = UNITBUFSIZE - (from % UNITBUFSIZE); \
326 MEMCPY_FOR_##rw(&buf[0], &bufseg_from->buf[from % UNITBUFSIZE], off); \
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS79 * Fix stalls while reading from ssl sockets (fixes #2197)
152 * Print errors from include_shell to stderr
191 * Strip trailing dot from "Host:" header
273 * Remove floating point math from server.c (fixes #1402)
308 * merge spawn-fcgi changes from trunk (from @2191)
315 * [tests] removed pidfile from test system
427 * fixed extracting status code from NPH scripts (#1125)
433 * fixed entering 404-handler from dynamic content (#948)
473 * ignore empty packets from STDERR stream. #998
569 from the pipe (sandy/at/meebo.com)
[all …]
H A Daclocal.m4224 dnl and VARIABLE-PREFIX_LIBS from --libs.
308 # generated from the m4 files accompanying Automake X.Y.
416 # fails when called from a subdirectory if $ac_aux_dir is relative
419 # fails when called from a subdirectory in a VPATH build with
428 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
707 # from the Makefile without running 'make'.
767 # and VERSION should now be passed to AC_INIT and removed from
1009 # Ignore all kinds of additional output from 'make'.
1160 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1212 # broken ls alias from the environment. This has actually
[all …]
H A DCOPYING17 be used to endorse or promote products derived from this software without
H A Dcompile244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c2494 void Plink_copy(to,from) in Plink_copy() argument
2496 struct plink *from;
2499 while( from ){
2500 nextpl = from->next;
2501 from->next = *to;
2502 *to = from;
2503 from = nextpl;
3873 np->from = &(x1a->ht[h]);
4038 np->from = &(x2a->ht[h]);
4244 np->from = &(x3a->ht[h]);
[all …]
/mOS-networking-stack/
H A DLICENSE17 derived from this software without specific prior written permission.

12