Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_in.c113 cur_stream->actions |= MOS_ACT_SEND_ACK_NOW; in ValidateSequence()
205 cur_stream->actions |= MOS_ACT_DESTROY; in ProcessRST()
225 cur_stream->actions |= MOS_ACT_DESTROY; in ProcessRST()
433 cur_stream->actions |= MOS_ACT_SEND_DATA; in ProcessACK()
744 cur_stream->actions |= MOS_ACT_SEND_RST; in Handle_TCP_ST_SYN_SENT()
761 cur_stream->actions |= MOS_ACT_DESTROY; in Handle_TCP_ST_SYN_SENT()
800 cur_stream->actions |= MOS_ACT_SEND_RST; in Handle_TCP_ST_SYN_SENT()
801 cur_stream->actions |= MOS_ACT_DESTROY; in Handle_TCP_ST_SYN_SENT()
1038 cur_stream->actions |= MOS_ACT_DESTROY; in Handle_TCP_ST_LAST_ACK()
1407 if (cur_stream->actions & i) {
[all …]
H A Dtcp_stream.c261 if (stream->actions & MOS_ACT_READ_DATA) in RaiseReadEvent()
277 stream->actions |= MOS_ACT_READ_DATA; in RaiseReadEvent()
H A Dcore.c440 (cur_stream->actions & MOS_ACT_READ_DATA)) { in FlushMonitorReadEvents()
460 cur_stream->actions = 0; in FlushMonitorReadEvents()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dextforward.txt69 …s module is variable on $HTTP["remotip"] directives and other module's remote ip dependent actions.
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h244 uint32_t actions; member
/mOS-networking-stack/scripts/
H A Dconfigure1785 # left behind by Apple's compiler. We do this before executing the actions.