Searched refs:api_msg (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/lwip/src/api/ |
D | api_lib.c | 71 struct api_msg msg; in netconn_new_with_proto_and_callback() 105 struct api_msg msg; in netconn_delete() 137 struct api_msg msg; in netconn_getaddr() 168 struct api_msg msg; in netconn_bind() 194 struct api_msg msg; in netconn_connect() 219 struct api_msg msg; in netconn_disconnect() 244 struct api_msg msg; in netconn_listen_with_backlog() 283 struct api_msg msg; in netconn_accept() 348 struct api_msg msg; in netconn_recv_data() 513 struct api_msg msg; in netconn_recved() [all …]
|
D | tcpip.c | 301 tcpip_apimsg(struct api_msg *apimsg) in tcpip_apimsg() 329 tcpip_apimsg_lock(struct api_msg *apimsg) in tcpip_apimsg_lock()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcpip.h | 83 err_t tcpip_apimsg(struct api_msg *apimsg); 85 err_t tcpip_apimsg_lock(struct api_msg *apimsg); 130 struct api_msg *apimsg;
|
D | api_msg.h | 120 struct api_msg { struct
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 59 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending 136 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non- 197 * api.h, api_msg.c, sockets.c: Added except set support in select 201 * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c: 206 * opt.h, tcp.h, init.c, api_msg.c: Added TCP_SNDQUEUELOWAT corresponding 274 * err.h/.c, sockets.c, api_msg.c: fixed bug #31748 (Calling non-blocking connect 306 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for 363 * api_lib.c, api_msg.c, sockets.c, mib2.c: Fixed compilation with TCP or UDP 381 * api_msg.c: fixed bug #30300 (shutdown parameter was not initialized in 392 * api(_lib).c/.h, api_msg.c/.h, sockets.c/.h: Fixed bug #10088: Correctly [all …]
|