Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h358 mtcp_close(mctx_t mctx, int sock);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h358 mtcp_close(mctx_t mctx, int sock);
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_libmtcp.c22 mtcp_close(ev->srv->mctx, ev->epoll_fd); in fdevent_libmtcp_epoll_free()
H A Dnetwork.c543 mtcp_close(srv->mctx, srv_socket->fd);
569 mtcp_close(srv->mctx, srv_socket->fd);
H A Dconnections.c137 if (mtcp_close(srv->mctx, con->fd)) {
H A Dserver.c884 mtcp_close(srv->mctx, srv_socket->fd); in start_server()
/mOS-networking-stack/samples/epwget/
H A Depwget.c196 mtcp_close(mctx, sockid); in CreateConnection()
216 mtcp_close(ctx->mctx, sockid); in CloseConnection()
H A Depwget-mp.c195 mtcp_close(mctx, sockid); in CreateConnection()
215 mtcp_close(ctx->mctx, sockid); in CloseConnection()
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c413 mtcp_close(ctx->mctx, ctx->mon_listener); in WaitAndCleanupThreadContext()
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c116 mtcp_close(ctx->mctx, sockid); in CloseConnection()
H A Depserver.c117 mtcp_close(ctx->mctx, sockid); in CloseConnection()
/mOS-networking-stack/core/src/
H A Dapi.c1307 mtcp_close(mctx_t mctx, int sockid) in mtcp_close() function
H A Dcore.c1505 mtcp_close(mctx, i); in mtcp_free_context()