Searched refs:mtcp_close (Results 1 – 13 of 13) sorted by relevance
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_api.h | 358 mtcp_close(mctx_t mctx, int sock);
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 358 mtcp_close(mctx_t mctx, int sock);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | fdevent_libmtcp.c | 22 mtcp_close(ev->srv->mctx, ev->epoll_fd); in fdevent_libmtcp_epoll_free()
|
| H A D | network.c | 543 mtcp_close(srv->mctx, srv_socket->fd); 569 mtcp_close(srv->mctx, srv_socket->fd);
|
| H A D | connections.c | 137 if (mtcp_close(srv->mctx, con->fd)) {
|
| H A D | server.c | 884 mtcp_close(srv->mctx, srv_socket->fd); in start_server()
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 196 mtcp_close(mctx, sockid); in CreateConnection() 216 mtcp_close(ctx->mctx, sockid); in CloseConnection()
|
| H A D | epwget-mp.c | 195 mtcp_close(mctx, sockid); in CreateConnection() 215 mtcp_close(ctx->mctx, sockid); in CloseConnection()
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 413 mtcp_close(ctx->mctx, ctx->mon_listener); in WaitAndCleanupThreadContext()
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 116 mtcp_close(ctx->mctx, sockid); in CloseConnection()
|
| H A D | epserver.c | 117 mtcp_close(ctx->mctx, sockid); in CloseConnection()
|
| /mOS-networking-stack/core/src/ |
| H A D | api.c | 1307 mtcp_close(mctx_t mctx, int sockid) in mtcp_close() function
|
| H A D | core.c | 1505 mtcp_close(mctx, i); in mtcp_free_context()
|