Home
last modified time | relevance | path

Searched refs:MOS_SOCK_MONITOR_STREAM (Results 1 – 13 of 13) sorted by relevance

/mOS-networking-stack/core/src/
H A Dsocket.c77 case MOS_SOCK_MONITOR_STREAM: in AllocateSocket()
146 case MOS_SOCK_MONITOR_STREAM: in FreeSocket()
H A Dmos_api.c133 case MOS_SOCK_MONITOR_STREAM: in mtcp_bind_monitor_filter()
205 else if (socket->socktype == MOS_SOCK_MONITOR_STREAM || in mtcp_set_uctx()
236 else if (socket->socktype == MOS_SOCK_MONITOR_STREAM || in mtcp_get_uctx()
477 case MOS_SOCK_MONITOR_STREAM: in mtcp_getlastpkt()
508 } else if (socket->socktype == MOS_SOCK_MONITOR_STREAM) { in mtcp_getlastpkt()
657 case MOS_SOCK_MONITOR_STREAM: in RemoveMonitorEvents()
725 if (socket->socktype == MOS_SOCK_MONITOR_STREAM) { in mtcp_cb_stop()
806 if (socket->socktype == MOS_SOCK_MONITOR_STREAM) { in mtcp_reset_conn()
H A Devent_callback.c462 } else if (socket->socktype == MOS_SOCK_MONITOR_STREAM in ModifyCallback()
629 : (socket->socktype == MOS_SOCK_MONITOR_STREAM) in HandleCallback()
642 if (socket->socktype == MOS_SOCK_MONITOR_STREAM) { in HandleCallback()
H A Dscalable_event.c998 } else if (socket->socktype == MOS_SOCK_MONITOR_STREAM in mtcp_register_callback()
1051 : (socket->socktype == MOS_SOCK_MONITOR_STREAM) in HandleCallback()
1066 if (socket->socktype == MOS_SOCK_MONITOR_STREAM) { in HandleCallback()
H A Dapi.c579 if (!(mtcp->msmap[sockid].socktype == MOS_SOCK_MONITOR_STREAM || in mtcp_monitor()
641 } else if (type == MOS_SOCK_MONITOR_STREAM || in mtcp_socket()
656 if (type == MOS_SOCK_MONITOR_STREAM || in mtcp_socket()
H A Dtcp_stream.c172 case MOS_SOCK_MONITOR_STREAM: in DisableBuf()
341 if (socktype != MOS_SOCK_MONITOR_STREAM) in AddMonitorStreamSockets()
H A Dtcp.c45 if (socktype != MOS_SOCK_MONITOR_STREAM) in DetectStreamType()
H A Dcore.c431 if (walk->socket->socktype != MOS_SOCK_MONITOR_STREAM || in FlushMonitorReadEvents()
/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h46 MOS_SOCK_MONITOR_STREAM, enumerator
/mOS-networking-stack/core/include/
H A Dmtcp_api.h46 MOS_SOCK_MONITOR_STREAM, enumerator
/mOS-networking-stack/samples/nat/
H A Dnat.c177 int lsock = mtcp_socket(mctx, AF_INET, MOS_SOCK_MONITOR_STREAM, 0); in init_monitor()
/mOS-networking-stack/samples/midstat/
H A Dmidstat.c244 MOS_SOCK_MONITOR_STREAM, 0)) < 0) { in InitMonitor()
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c387 MOS_SOCK_MONITOR_STREAM, 0); in CreateAndInitThreadContext()