Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 36) sorted by relevance

12

/mOS-networking-stack/core/src/
H A Deth_in.c14 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 Deventpoll.c551 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 Dtcp_rb_frag_queue.c55 RBFragMemoryBarrier(struct fragment_ctx * volatile frag, volatile index_type index) in RBFragMemoryBarrier() argument
57 __asm__ volatile("" : : "m" (frag), "m" (index)); in RBFragMemoryBarrier()
H A Dtcp_sb_queue.c55 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 Ddpdk_module.c322 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 Dtcp_stream_queue.c140 StreamMemoryBarrier(tcp_stream * volatile stream, volatile index_type index) in StreamMemoryBarrier() argument
142 __asm__ volatile("" : : "m" (stream), "m" (index)); in StreamMemoryBarrier()
H A Dnetmap_module.c199 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 Daddr_pool.c310 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 Dar-lib158 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 DMakefile.am1 EXTRA_DIST=cgi.php cgi.pl index.html index.txt phpinfo.php \
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c385 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 Duserdir.txt32 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 Ddirlisting.txt28 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 Drewrite.txt58 url.rewrite-once = ( "^/id/([0-9]+)$" => "/index.php?id=$1",
59 "^/link/([a-zA-Z]+)" => "/index.php?link=$1" )
H A Dconfiguration.txt325 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 Dcml.txt97 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 Dnetmap_user.h108 #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 Deth_in.h7 ProcessPacket(mtcp_manager_t mtcp, const int ifidx, const int index,
H A Dio_module.h72 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 DMakefile.am1 EXTRA_DIST=index.php return-404.php rewrite.php
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Dcml.conf9 index-file.names += ( "index.cml" )
/mOS-networking-stack/samples/epwget/config/
H A Depwget.conf1 url = 10.0.0.4/index-8192.html
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf298 index-file.names += (
H A Dlighttpd.conf323 index-file.names += (
H A Dm-lighttpd.conf322 index-file.names += (

12