Home
last modified time | relevance | path

Searched refs:MOS_SOCK_MONITOR_STREAM_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp.c61 rc = STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE); in DetectStreamType()
137 if (IS_STREAM_TYPE(stream, MOS_SOCK_MONITOR_STREAM_ACTIVE)) { in CreateMonitorStream()
139 MOS_SOCK_MONITOR_STREAM_ACTIVE)); in CreateMonitorStream()
224 } else if (stream_type & STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE)) { in CreateStream()
393 IS_STREAM_TYPE(recvside_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE)) { in HandleMonitorStream()
475 else if (HAS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE)) in ProcessInTCPPacket()
H A Dtcp_stream.c183 case MOS_SOCK_MONITOR_STREAM_ACTIVE: in DisableBuf()
257 assert(walk->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE); in RaiseReadEvent()
353 AllocateSocket(&mctx, MOS_SOCK_MONITOR_STREAM_ACTIVE); in AddMonitorStreamSockets()
410 case MOS_SOCK_MONITOR_STREAM_ACTIVE: in DestroyMonitorStreamSocket()
498 (type & STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE)))
609 paired_stream->stream_type = STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE);
635 if (IS_STREAM_TYPE(cs, MOS_SOCK_MONITOR_STREAM_ACTIVE)) {
670 ss->stream_type = STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE);
672 if (IS_STREAM_TYPE(ss, MOS_SOCK_MONITOR_STREAM_ACTIVE)) {
H A Dmos_api.c203 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) in mtcp_set_uctx()
234 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) in mtcp_get_uctx()
266 if (sock->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_peek()
383 if (sock->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_ppeek()
475 case MOS_SOCK_MONITOR_STREAM_ACTIVE: in mtcp_getlastpkt()
491 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_getlastpkt()
581 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_sendpkt()
619 case MOS_SOCK_MONITOR_STREAM_ACTIVE: in RemoveMonitorEvents()
965 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setlastpkt()
H A Dsocket.c79 case MOS_SOCK_MONITOR_STREAM_ACTIVE: in AllocateSocket()
141 case MOS_SOCK_MONITOR_STREAM_ACTIVE: in FreeSocket()
H A Dapi.c224 if (socket->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_getsockopt()
338 if (socket->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
346 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
367 if (socket->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
375 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
396 if (socket->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
404 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
423 if (socket->socktype != MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
431 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_setsockopt()
1102 STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE), in mtcp_connect()
[all …]
H A Dtcp_in.c616 HAS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE)) in ProcessTCPPayload()
624 if (HAS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE)) { in ProcessTCPPayload()
713 if (IS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE)) { in Handle_TCP_ST_LISTEN()
887 if (HAS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE) && in Handle_TCP_ST_SYN_RCVD()
912 if (HAS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE) && in Handle_TCP_ST_ESTABLISHED()
1317 if (HAS_STREAM_TYPE(cur_stream, MOS_SOCK_MONITOR_STREAM_ACTIVE) &&
H A Devent_callback.c449 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in ModifyCallback()
625 (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) ? in HandleCallback()
H A Dscalable_event.c988 if (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) { in mtcp_register_callback()
1047 (socket->socktype == MOS_SOCK_MONITOR_STREAM_ACTIVE) ? in HandleCallback()
/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h56 MOS_SOCK_MONITOR_STREAM_ACTIVE, enumerator
/mOS-networking-stack/core/include/
H A Dmtcp_api.h56 MOS_SOCK_MONITOR_STREAM_ACTIVE, enumerator