| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | rc.lighttpd | 32 test -r /etc/rc.config && . /etc/rc.config 53 . /etc/rc.status
|
| H A D | Makefile.am | 1 EXTRA_DIST=rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
|
| H A D | rc.lighttpd.redhat | 18 . /etc/rc.d/init.d/functions
|
| H A D | Makefile.in | 281 EXTRA_DIST = rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
|
| /mOS-networking-stack/core/src/ |
| H A D | ip_out.c | 129 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 D | mos_api.c | 294 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 D | netmap_module.c | 211 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 D | tcp.c | 31 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 D | tcp_stream.c | 169 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 D | tcp_out.c | 153 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 D | config.c | 918 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 D | symlink.t | 22 my $rc = undef; 28 $rc = undef;
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 429 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 D | lemon.c | 384 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 D | NEWS | 1094 * added a rc-script for RedHat
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 8080 ac_ext=rc
|