#include <mongoose.h>
|
| void(* | init )(struct mg_iface *iface) |
| |
| void(* | free )(struct mg_iface *iface) |
| |
| void(* | add_conn )(struct mg_connection *nc) |
| |
| void(* | remove_conn )(struct mg_connection *nc) |
| |
| time_t(* | poll )(struct mg_iface *iface, int timeout_ms) |
| |
| int(* | listen_tcp )(struct mg_connection *nc, union socket_address *sa) |
| |
| int(* | listen_udp )(struct mg_connection *nc, union socket_address *sa) |
| |
| void(* | connect_tcp )(struct mg_connection *nc, const union socket_address *sa) |
| |
| void(* | connect_udp )(struct mg_connection *nc) |
| |
| void(* | tcp_send )(struct mg_connection *nc, const void *buf, size_t len) |
| |
| void(* | udp_send )(struct mg_connection *nc, const void *buf, size_t len) |
| |
| void(* | recved )(struct mg_connection *nc, size_t len) |
| |
| int(* | create_conn )(struct mg_connection *nc) |
| |
| void(* | destroy_conn )(struct mg_connection *nc) |
| |
| void(* | sock_set )(struct mg_connection *nc, sock_t sock) |
| |
| void(* | get_conn_addr )(struct mg_connection *nc, int remote, union socket_address *sa) |
| |
◆ add_conn
◆ connect_tcp
◆ connect_udp
◆ create_conn
◆ destroy_conn
◆ free
◆ get_conn_addr
◆ init
◆ listen_tcp
◆ listen_udp
◆ poll
| time_t(* poll) (struct mg_iface *iface, int timeout_ms) |
◆ recved
◆ remove_conn
◆ sock_set
◆ tcp_send
| void(* tcp_send) (struct mg_connection *nc, const void *buf, size_t len) |
◆ udp_send
| void(* udp_send) (struct mg_connection *nc, const void *buf, size_t len) |
Объявления и описания членов структуры находятся в файле:
- C:/Users/User/Documents/Visual Studio 2012/Projects/messenger_via_http_server/messenger_via_http_server/mongoose.h