| /mOS-networking-stack/core/src/ |
| H A D | tcp_rb.c | 313 off += UNITBUFSIZE; \ 319 off += UNITBUFSIZE; \ 348 while (off < rb->head) in FUNCDEF_BUF_RW() 349 off += 0x100000000; in FUNCDEF_BUF_RW() 351 return off; in FUNCDEF_BUF_RW() 487 off < rb->head || off >= rb->pile + rb->metalen) in tcprb_fflen() 615 if (off >= f->head && off < f->tail) { in tcprb_ppeek() 643 off < rb->head || off >= rb->pile + rb->metalen) in tcprb_pwrite() 657 efhead = off + len; in tcprb_pwrite() 750 new->head = off; in tcprb_pwrite() [all …]
|
| H A D | util.c | 123 static const uint32_t off[4] = {3, 1, -1, -3}; in GetRSSCPUCore() local 124 masked += off[masked & 0x3]; in GetRSSCPUCore()
|
| H A D | tcp_in.c | 613 loff_t off = seq2loff(rb, pctx->p.seq, (rcvvar->irs + 1)); in ProcessTCPPayload() local 614 if (off >= 0) { in ProcessTCPPayload() 625 int fflen = tcprb_fflen(rb, pctx->p.payload, pctx->p.payloadlen, off); in ProcessTCPPayload() 648 ret = tcprb_pwrite(rb, pctx->p.payload, pctx->p.payloadlen, off); in ProcessTCPPayload()
|
| H A D | mos_api.c | 362 char *buf, size_t count, uint64_t off) in mtcp_ppeek() argument 409 return tcprb_ppeek(rcvbuf, (uint8_t *)buf, count, off); in mtcp_ppeek()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_rb.h | 102 tcprb_fflen(tcprb_t *rb, uint8_t *buf, int len, loff_t off); 105 tcprb_ppeek(tcprb_t *rb, uint8_t *buf, int len, loff_t off); 108 tcprb_pwrite(tcprb_t *rb, uint8_t *buf, int len, loff_t off);
|
| H A D | mos_api.h | 447 char *buf, size_t count, uint64_t off);
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 2143 u_int off; local 2172 for (off = 0; off < slen && src; off++) 2177 offset[off] = src; 2181 off = 0; 2200 if (off == slen - 2) /*??? */ 2227 dst->jt = i - off - 1; 2247 ++off; 2261 if (off >= 256) 2277 dst->jt = off; 2279 if (off >= 256) [all …]
|
| H A D | sf_nametoaddr.c | 226 char *off, *cpy; in pcap_nametoportrange() local 234 if ((off = strchr(cpy, '-')) == NULL) in pcap_nametoportrange() 240 *off = '\0'; in pcap_nametoportrange() 249 if (pcap_nametoport(off + 1, port2, proto) == 0) in pcap_nametoportrange()
|
| H A D | sf_gencode.c | 4908 static struct block *gen_portatom(off, v) in gen_portatom() argument 4909 int off; in gen_portatom() 4912 return gen_cmp(OR_TRAN_IPV4, off, BPF_H, v); 4916 static struct block *gen_portatom6(off, v) in gen_portatom6() argument 4917 int off; in gen_portatom6() 4920 return gen_cmp(OR_TRAN_IPV6, off, BPF_H, v); 5090 int off; in gen_portrangeatom() 5107 b1 = gen_cmp_ge(OR_TRAN_IPV4, off, BPF_H, v1); 5193 int off; in gen_portrangeatom6() 7444 u_int len, off; in gen_pf_ifname() local [all …]
|
| /mOS-networking-stack/util/ |
| H A D | rss.c | 163 static const uint32_t off[4] = {3, 1, -1, -3}; 164 masked += off[masked & 0x3];
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_magnet.c | 772 off_t off = 0; in magnet_attach_content() local 776 off = lua_tonumber(L, -1); in magnet_attach_content() 785 if (off < 0) { in magnet_attach_content() 789 if (len < off) { in magnet_attach_content() 793 chunkqueue_append_file(con->write_queue, fn, off, len - off); in magnet_attach_content()
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 447 char *buf, size_t count, uint64_t off);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | authentication.txt | 144 # 0 for off, 1 for 'auth-ok' messages, 2 for verbose debugging
|
| H A D | fastcgi.txt | 450 take off some load from the webserver you have to control
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltoptions.m4 | 69 dnl Simply set some default values (i.e off) if boolean options were not
|
| H A D | libtool.m4 | 3888 [Compiler flag to turn off builtin functions]) 5009 # that we're better off using the native interface for both. 7431 # strip PREFIX and SUFFIX off of NAME.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 193 * Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
|