| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sfbpf.h | 119 #define SFBPF_CLASS(code) ((code) & 0x07) argument 130 #define SFBPF_SIZE(code) ((code) & 0x18) argument 134 #define SFBPF_MODE(code) ((code) & 0xe0) argument 143 #define SFBPF_OP(code) ((code) & 0xf0) argument 158 #define SFBPF_SRC(code) ((code) & 0x08) argument 163 #define SFBPF_RVAL(code) ((code) & 0x18) argument 167 #define SFBPF_MISCOP(code) ((code) & 0xf8) argument 175 u_short code; member 184 #define SFBPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument 185 #define SFBPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
| H A D | gencode.h | 194 int code; member 228 int code; member
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 570 int code; member 619 if (BPF_MODE(code) == BPF_IMM && (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) 626 p->code = code; 1346 b->et.code = b->s.code; 1347 b->ef.code = -b->s.code; 1377 int code = ep->code; local 1381 code = -code; 1387 if (child->s.code != code) 1889 if (b0->s.code == b1->s.code && 2186 dst->code = (u_short) src->s.code; [all …]
|
| H A D | sf_bpf_filter.c | 248 switch (pc->code) 569 switch (BPF_CLASS(p->code)) 576 switch (BPF_MODE(p->code)) 613 switch (BPF_OP(p->code)) 628 if (BPF_RVAL(p->code) == BPF_K && p->k == 0) 663 switch (BPF_OP(p->code)) 692 return BPF_CLASS(f[len - 1].code) == BPF_RET;
|
| H A D | sf_gencode.c | 347 static inline struct block *new_block(code) in new_block() argument 348 int code; in new_block() 353 p->s.code = code; 359 static inline struct slist *new_stmt(code) in new_stmt() argument 360 int code; in new_stmt() 365 p->s.code = code; 6777 int code; in gen_relation() 6786 if (code == BPF_JEQ) 6789 b = new_block(JMP(code)); 6878 struct arth *gen_arth(code, a0, a1) in gen_arth() argument [all …]
|
| /mOS-networking-stack/ |
| H A D | LICENSE | 1 mOS source code is distributed under the Modified BSD Licence. 10 * Redistributions of source code must retain the above copyright
|
| /mOS-networking-stack/core/src/ |
| H A D | icmp.c | 174 uint8_t type, code; in ProcessICMPECHOReply() 179 code = icmph->icmp_code; in ProcessICMPECHOReply()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | access.txt | 41 for include files with code.
|
| H A D | magnet.txt | 61 order. If one of them a returning a status-code, the following scripts will not be executed. 160 You every number above and equal to 100 is taken as final status code and finishes the request. No … 163 A special return-code is lighty.RESTART_REQUEST (currently equal to 99) which is usually used in co… 252 To simplify the code and to improve the performance we define:
|
| H A D | accesslog.txt | 64 %s status code
|
| H A D | extforward.txt | 39 I've commented the code in some places, mostly where I wasn't sure
|
| H A D | secdownload.txt | 114 code for PHP should be easily adaptable to any other language: ::
|
| H A D | features.txt | 28 > Now that the author has made the source code available, I am
|
| H A D | cml.txt | 92 of the PHP interpreter to start up (a byte-code cache has been used here).
|
| H A D | fastcgi.txt | 261 This behaviour is very light-weight in code and still very efficient
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | COPYING | 9 - Redistributions of source code must retain the above copyright notice, this
|
| H A D | NEWS | 33 * [mod_redirect] Support url.redirect-code option (fixes #2247) 149 * Remove adaptive spawning code from fastcgi (was disabled for a long time) 309 * let spawn-fcgi propagate exit code from spawned fcgi application 311 * close connection in mod_magnet if returned status code 427 * fixed extracting status code from NPH scripts (#1125) 797 * fixed segfault in debug-code 945 * fixed error handling in FastCGI code 1032 * more code cleanup 1040 * code cleanup 1101 * code cleanup [all …]
|
| H A D | aclocal.m4 | 669 # Generate code to set up dependency tracking. -*- Autoconf -*- 736 # This code is only required when automatic dependency tracking 738 # need in order to bootstrap the dependency handling code. 1002 # If we don't find an include directive, just comment out the code.
|
| H A D | configure | 1442 --libdir=DIR object code libraries [EPREFIX/lib] 7397 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | stat_cache.c | 264 switch(fe.code) { in stat_cache_handle_fdevent() 274 if (fe.code == FAMChanged) break; in stat_cache_handle_fdevent()
|
| H A D | lemon.c | 185 char *code; /* The code executed when this rule is reduced */ member 1964 }else if( psp->prevrule->code!=0 ){ 1971 psp->prevrule->code = &x[1]; 2077 rp->code = 0; 2978 if( rp->code ){ 2980 for(cp=rp->code; *cp; cp++){ 2981 if( isalpha(*cp) && (cp==rp->code || (!isalnum(cp[-1]) && cp[-1]!='_')) ){
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 294 ## Accumulate code for creating libtool. ## 952 # the simple compiler test code. 966 # the simple link test code. 2521 # libtool to hard-code these into programs 4202 # All AIX code is PIC. 4288 # All AIX code is PIC. 4525 # All AIX code is PIC. 4732 # All Alpha code is PIC. 4788 # All OSF/1 code is PIC. 6223 # save warnings/boilerplate of simple test code [all …]
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 1276 --libdir=DIR object code libraries [EPREFIX/lib]
|