| /mOS-networking-stack/core/src/ |
| H A D | eventpoll.c | 20 #define SPIN_BEFORE_SLEEP FALSE 118 FreeSocket(mctx, epsocket->id, FALSE); in mtcp_epoll_create() 126 FreeSocket(mctx, epsocket->id, FALSE); in mtcp_epoll_create() 447 ep->waiting = FALSE; in mtcp_epoll_wait() 450 mtcp->ctx->interrupt = FALSE; in mtcp_epoll_wait() 466 validity = FALSE; in mtcp_epoll_wait() 468 validity = FALSE; in mtcp_epoll_wait() 470 validity = FALSE; in mtcp_epoll_wait() 504 validity = FALSE; in mtcp_epoll_wait() 506 validity = FALSE; in mtcp_epoll_wait() [all …]
|
| H A D | tcp_in.c | 35 return FALSE; in FilterSYNPacket() 45 return FALSE; in FilterSYNPacket() 54 return FALSE; in FilterSYNPacket() 58 return FALSE; in FilterSYNPacket() 103 return FALSE; in ValidateSequence() 114 return FALSE; in ValidateSequence() 136 return FALSE; in ValidateSequence() 144 return FALSE; in ValidateSequence() 161 return FALSE; in ValidateSequence() 191 return FALSE; in ProcessRST() [all …]
|
| H A D | tcp_out.c | 598 cur_stream->sndvar->on_control_list = FALSE; in WriteTCPControlList() 674 cur_stream->sndvar->on_send_list = FALSE; in WriteTCPDataList() 690 cur_stream->control_list_waiting = FALSE; in WriteTCPDataList() 735 to_ack = FALSE; in WriteTCPACKList() 776 cur_stream->sndvar->is_wack = FALSE; in WriteTCPACKList() 786 cur_stream->sndvar->on_ack_list = FALSE; in WriteTCPACKList() 791 cur_stream->sndvar->on_ack_list = FALSE; in WriteTCPACKList() 800 cur_stream->control_list_waiting = FALSE; in WriteTCPACKList() 911 cur_stream->sndvar->on_control_list = FALSE; in RemoveFromControlList() 926 cur_stream->sndvar->on_send_list = FALSE; in RemoveFromSendList() [all …]
|
| H A D | ip_in.c | 49 ret = FALSE; in ProcessInIPv4Packet() 92 ret = FALSE; in ProcessInIPv4Packet()
|
| H A D | eth_out.c | 29 #ifndef FALSE 30 #define FALSE (0) macro
|
| H A D | core.c | 44 #define ROUND_STAT FALSE 45 #define TIME_STAT FALSE 46 #define EVENT_STAT FALSE 47 #define TESTING FALSE 581 stream->sndvar->on_sendq = FALSE; in HandleApplicationCalls() 587 stream->sndvar->on_ackq = FALSE; in HandleApplicationCalls() 596 sndvar->on_closeq = FALSE; in HandleApplicationCalls() 695 stream->sndvar->on_resetq = FALSE; in HandleApplicationCalls() 761 mtcp->wakeup_flag = FALSE; in HandleApplicationCalls() 1528 running[mctx->cpu] = FALSE; in mtcp_free_context() [all …]
|
| H A D | tcp.c | 98 return FALSE; in CreateServerStream() 122 return FALSE; in CreateMonitorStream() 141 stream->buffer_mgmt = FALSE; in CreateMonitorStream() 142 stream->pair_stream->buffer_mgmt = FALSE; in CreateMonitorStream()
|
| H A D | timer.c | 119 cur_stream->on_timewait_list = FALSE; in RemoveFromTimewaitList() 140 cur_stream->on_timeout_list = FALSE; in RemoveFromTimeoutList() 470 walk->on_timewait_list = FALSE; in CheckTimewaitExpire() 515 walk->on_timeout_list = FALSE; in CheckConnectionTimeout()
|
| H A D | icmp.c | 191 int to_me = FALSE; in ProcessICMPPacket() 201 return FALSE; in ProcessICMPPacket()
|
| H A D | pipe.c | 198 to_notify = FALSE; in PipeRead() 298 to_notify = FALSE; in PipeWrite()
|
| H A D | tcp_util.c | 91 return FALSE; in ParseTCPTimestamp()
|
| H A D | api.c | 990 int is_dyn_bound = FALSE; in mtcp_connect() 1492 cur_stream->need_wnd_adv = FALSE; in CopyToUser() 1584 event_remaining = FALSE; in mtcp_recv() 1699 event_remaining = FALSE; in mtcp_readv()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp.h | 27 #ifndef FALSE 28 #define FALSE (0) macro 82 #define TCP_OPT_SACK_ENABLED FALSE 87 #define USE_SPIN_LOCK FALSE 91 #define LOCK_STREAM_QUEUE FALSE 113 #define RTM_STAT FALSE
|
| H A D | fhash.h | 10 #define STATIC_TABLE FALSE
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | settings.h | 53 #ifdef FALSE 54 #undef FALSE
|
| H A D | proc_open.c | 36 p->parent = dup_handle(p->parent, FALSE, TRUE); in pipe_close_parent() 196 if (FALSE == procok) { in proc_open()
|
| /mOS-networking-stack/samples/common/ |
| H A D | applib.h | 18 #ifndef FALSE 19 #define FALSE (0) macro
|
| /mOS-networking-stack/util/include/ |
| H A D | netlib.h | 10 #ifndef FALSE 11 #define FALSE 0 macro
|
| /mOS-networking-stack/util/ |
| H A D | ring_buffer.c | 16 #ifndef FALSE 17 #define FALSE (0) macro 85 return FALSE; in CheckAvailableSize()
|
| H A D | netlib.c | 234 return (FALSE); in GetHeaderLong()
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 59 static int fio = FALSE; 74 static int keep_alive = FALSE; 236 wv->headerset = FALSE; in SendHTTPRequest() 597 done[i] = FALSE; in GlbInitWget()
|
| H A D | epwget-mp.c | 58 static int fio = FALSE; 73 static int keep_alive = FALSE; 235 wv->headerset = FALSE; in SendHTTPRequest() 595 done[i] = FALSE; in GlbInitWget()
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 214 sv->keep_alive = FALSE; in HandleReadEvent() 497 do_accept = FALSE; in RunServer()
|
| H A D | epserver.c | 215 sv->keep_alive = FALSE; in HandleReadEvent() 498 do_accept = FALSE; in RunServer()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltsugar.m4 | 109 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
|