Searched refs:api_msg (Results  1 – 6 of 6) sorted by relevance
| /lib/liblwip/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() 522     struct api_msg msg;  in netconn_recved() [all …] 
 | 
| D | tcpip.c | 306 tcpip_apimsg(struct api_msg *apimsg)  in tcpip_apimsg() 334 tcpip_apimsg_lock(struct api_msg *apimsg)  in tcpip_apimsg_lock()
  | 
| /lib/liblwip/src/include/lwip/ | 
| D | tcpip.h | 86 err_t tcpip_apimsg(struct api_msg *apimsg); 88 err_t tcpip_apimsg_lock(struct api_msg *apimsg); 138     struct api_msg *apimsg;
  | 
| D | api_msg.h | 123 struct api_msg {  struct
  | 
| /lib/liblwip/ | 
| D | CHANGELOG | 35   * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on 80   * api_msg.c: fixed bug #37405 'err_tcp()' uses already freed 'netconn' object 189   * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api 261   * api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling 281   * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns 358   * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending 435   * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non- 496   * api.h, api_msg.c, sockets.c: Added except set support in select 500   * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c: 505   * opt.h, tcp.h, init.c, api_msg.c: Added TCP_SNDQUEUELOWAT corresponding [all …] 
 | 
| D | SConscript | 11     "src/api/api_msg.c",
  |