Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 16 of 16) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/
H A Drc.lighttpd32 test -r /etc/rc.config && . /etc/rc.config
53 . /etc/rc.status
H A DMakefile.am1 EXTRA_DIST=rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
H A Drc.lighttpd.redhat18 . /etc/rc.d/init.d/functions
H A DMakefile.in281 EXTRA_DIST = rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
/mOS-networking-stack/core/src/
H A Dip_out.c129 int rc = -1; in IPOutputStandalone() local
171 rc = mtcp->iom->dev_ioctl(mtcp->ctx, nif, PKT_TX_IP_CSUM, iph); in IPOutputStandalone()
173 if (rc == -1) in IPOutputStandalone()
188 int rc = -1; in IPOutput() local
233 rc = mtcp->iom->dev_ioctl(mtcp->ctx, nif, PKT_TX_IP_CSUM, iph); in IPOutput()
235 if (rc == -1) in IPOutput()
H A Dmos_api.c294 if (rc < 0) { in mtcp_peek()
310 *poff += rc; in mtcp_peek()
313 return rc; in mtcp_peek()
316 rc = 0; in mtcp_peek()
319 return rc; in mtcp_peek()
366 int rc; in mtcp_ppeek() local
404 rc = 0; in mtcp_ppeek()
415 return rc; in mtcp_ppeek()
855 int rc; in mtcp_getpeername() local
879 rc = 0; in mtcp_getpeername()
[all …]
H A Dnetmap_module.c211 int i, rc; in netmap_select() local
227 rc = poll(pfd, g_config.mos->netdev_table->num, IDLE_POLL_WAIT); in netmap_select()
231 rc = poll(pfd, g_config.mos->netdev_table->num, 0); in netmap_select()
234 npc->idle_poll_count = (rc == 0) ? (npc->idle_poll_count + 1) : 0; in netmap_select()
236 for (i = 0; rc > 0 && i < g_config.mos->netdev_table->num; i++) in netmap_select()
H A Dtcp.c31 int rc, cnt_match, socktype; in DetectStreamType() local
36 rc = 0; in DetectStreamType()
61 rc = STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE); in DetectStreamType()
70 rc |= STREAM_TYPE(MOS_SOCK_STREAM); in DetectStreamType()
77 rc |= STREAM_TYPE(MOS_SOCK_STREAM); in DetectStreamType()
84 return rc; in DetectStreamType()
H A Dtcp_stream.c169 int rc = 0; in DisableBuf() local
180 rc = -1; in DisableBuf()
193 rc = -1; in DisableBuf()
196 return rc; in DisableBuf()
396 int socktype, sockid, rc; in DestroyMonitorStreamSocket() local
404 rc = 0; in DestroyMonitorStreamSocket()
418 rc = -1; in DestroyMonitorStreamSocket()
423 return rc; in DestroyMonitorStreamSocket()
H A Dtcp_out.c153 int rc = -1; in SendTCPPacketStandalone() local
210 rc = mtcp->iom->dev_ioctl(mtcp->ctx, in SendTCPPacketStandalone()
215 if (rc == -1) in SendTCPPacketStandalone()
255 int rc = -1; in SendTCPPacket() local
345 rc = mtcp->iom->dev_ioctl(mtcp->ctx, in SendTCPPacket()
349 if (rc == -1) in SendTCPPacket()
H A Dconfig.c918 ssize_t hav_read = 0, rc; in ReadConf() local
939 rc = fread(file, 1, size, fp); in ReadConf()
941 if (rc <= 0) break; in ReadConf()
942 hav_read += rc; in ReadConf()
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dsymlink.t22 my $rc = undef;
28 $rc = undef;
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c429 int opt, rc; in main() local
443 if ((rc=atoi(optarg)) > num_cpus) { in main()
446 num_cpus, rc); in main()
448 num_cpus = rc; in main()
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c384 int rc; local
386 if( rc==0 ) rc = (int)ap1->type - (int)ap2->type;
387 if( rc==0 ){
392 return rc;
4111 int rc; local
4112 for(rc=0; rc==0 && a && b; a=a->bp, b=b->bp){
4114 if( rc==0 ) rc = a->dot - b->dot;
4116 if( rc==0 ){
4117 if( a ) rc = 1;
4118 if( b ) rc = -1;
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS1094 * added a rc-script for RedHat
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m48080 ac_ext=rc