| /mOS-networking-stack/core/src/ |
| H A D | eth_in.c | 14 int index, struct ethhdr *ethh, int eth_len) in FillInPacketEthContext() argument 21 pctx->batch_index = index; in FillInPacketEthContext() 28 ProcessPacket(mtcp_manager_t mtcp, const int ifidx, const int index, in ProcessPacket() argument 54 FillInPacketEthContext(&pctx, cur_ts, ifidx, index, ethh, len); in ProcessPacket()
|
| H A D | eventpoll.c | 551 int index; in AddEpollEvent() local 582 index = eq->end++; in AddEpollEvent() 585 eq->events[index].sockid = socket->id; in AddEpollEvent() 586 eq->events[index].ev.events = event; in AddEpollEvent() 587 eq->events[index].ev.data = socket->ep_data; in AddEpollEvent() 595 eq->events[index].sockid, in AddEpollEvent() 596 EventToString(eq->events[index].ev.events), in AddEpollEvent()
|
| H A D | tcp_rb_frag_queue.c | 55 RBFragMemoryBarrier(struct fragment_ctx * volatile frag, volatile index_type index) in RBFragMemoryBarrier() argument 57 __asm__ volatile("" : : "m" (frag), "m" (index)); in RBFragMemoryBarrier()
|
| H A D | tcp_sb_queue.c | 55 SBMemoryBarrier(struct tcp_send_buffer * volatile buf, volatile index_type index) in SBMemoryBarrier() argument 57 __asm__ volatile("" : : "m" (buf), "m" (index)); in SBMemoryBarrier()
|
| H A D | dpdk_module.c | 322 dpdk_set_wptr(struct mtcp_thread_context *ctxt, int out_nif, int in_nif, int index) in dpdk_set_wptr() argument 337 dpc->rmbufs[in_nif].m_table[index]; in dpdk_set_wptr() 342 mtcp->nstat.tx_bytes[out_nif] += dpc->rmbufs[in_nif].m_table[index]->pkt_len + ETHER_OVR; in dpdk_set_wptr() 395 dpdk_get_rptr(struct mtcp_thread_context *ctxt, int ifidx, int index, uint16_t *len) in dpdk_get_rptr() argument 404 m = dpc->pkts_burst[index]; in dpdk_get_rptr() 413 dpc->rmbufs[ifidx].m_table[index] = m; in dpdk_get_rptr()
|
| H A D | tcp_stream_queue.c | 140 StreamMemoryBarrier(tcp_stream * volatile stream, volatile index_type index) in StreamMemoryBarrier() argument 142 __asm__ volatile("" : : "m" (stream), "m" (index)); in StreamMemoryBarrier()
|
| H A D | netmap_module.c | 199 netmap_get_rptr(struct mtcp_thread_context *ctxt, int ifidx, int index, uint16_t *len) in netmap_get_rptr() argument 204 *len = npc->rcv_pkt_len[index]; in netmap_get_rptr() 205 return (unsigned char *)npc->rcv_pktbuf[index]; in netmap_get_rptr()
|
| H A D | addr_pool.c | 310 int index = addr_h - ap->addr_base; in FreeAddress() local 312 if (index >= 0 && index < ap->num_addr) { in FreeAddress()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ar-lib | 158 index= 169 s*) index=yes ;; 181 case $delete$extract$list$quick$replace,$index in
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/ |
| H A D | Makefile.am | 1 EXTRA_DIST=cgi.php cgi.pl index.html index.txt phpinfo.php \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 385 rc = ap1->sp->index - ap2->sp->index; 390 rc = ap1->x.rp->index - ap2->x.rp->index; 1200 SetAdd(newcfp->fws,xsp->index); 2079 rp->index = psp->gp->nrule++; 2597 assert( sp->index==j ); 2714 fprintf(fp,"State %d:\n",stp->index); 3500 assert( rp->index==i ); 4101 x = a->rp->index - b->rp->index; 4113 rc = a->rp->index - b->rp->index; 4129 h = h*571 + a->rp->index*37 + a->dot; [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | userdir.txt | 32 URL: http://www.example.org/~jan/index.html 43 URL: http://www.example.org/~jan/index.html 44 Path: /var/www/users/jan/htdocs/index.html
|
| H A D | dirlisting.txt | 28 A directory listing is generated if a directory is requested and no index-file 44 index-file.names = ( "/dir-generator.php" ) 56 index-file was found
|
| H A D | rewrite.txt | 58 url.rewrite-once = ( "^/id/([0-9]+)$" => "/index.php?id=$1", 59 "^/link/([a-zA-Z]+)" => "/index.php?link=$1" )
|
| H A D | configuration.txt | 325 index-file.names 329 index-file.names = ( "index.php", "index.html", 330 "index.htm", "default.htm" ) 332 if a name starts with slash this file will be used a index generator
|
| H A D | cml.txt | 97 To transform this example into a CML you need 'index.cml' in the list of indexfiles 98 and the following index.cml file: :: 107 trigger_handler = "index.php" 141 The index.cml for this looks like: ::
|
| /mOS-networking-stack/core/src/include/ |
| H A D | netmap_user.h | 108 #define NETMAP_TXRING(nifp, index) _NETMAP_OFFSET(struct netmap_ring *, \ argument 109 nifp, (nifp)->ring_ofs[index] ) 111 #define NETMAP_RXRING(nifp, index) _NETMAP_OFFSET(struct netmap_ring *, \ argument 112 nifp, (nifp)->ring_ofs[index + (nifp)->ni_tx_rings + 1] ) 114 #define NETMAP_BUF(ring, index) \ argument 115 ((char *)(ring) + (ring)->buf_ofs + ((index)*(ring)->nr_buf_size)) 628 for (port = ifname; *port && !index("-*^{}/", *port); port++) in nm_open()
|
| H A D | eth_in.h | 7 ProcessPacket(mtcp_manager_t mtcp, const int ifidx, const int index,
|
| H A D | io_module.h | 72 uint8_t * (*get_rptr)(struct mtcp_thread_context *ctx, int ifidx, int index, uint16_t *len);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/ |
| H A D | Makefile.am | 1 EXTRA_DIST=index.php return-404.php rewrite.php
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | cml.conf | 9 index-file.names += ( "index.cml" )
|
| /mOS-networking-stack/samples/epwget/config/ |
| H A D | epwget.conf | 1 url = 10.0.0.4/index-8192.html
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | lighttpd.orig.conf | 298 index-file.names += (
|
| H A D | lighttpd.conf | 323 index-file.names += (
|
| H A D | m-lighttpd.conf | 322 index-file.names += (
|