Searched refs:api_msg_msg (Results 1 – 4 of 4) sorted by relevance
62 struct api_msg_msg { struct125 void (* function)(struct api_msg_msg *msg);127 struct api_msg_msg msg;148 void do_newconn ( struct api_msg_msg *msg);149 void do_delconn ( struct api_msg_msg *msg);150 void do_bind ( struct api_msg_msg *msg);151 void do_connect ( struct api_msg_msg *msg);152 void do_disconnect ( struct api_msg_msg *msg);153 void do_listen ( struct api_msg_msg *msg);154 void do_send ( struct api_msg_msg *msg);[all …]
128 struct api_msg_msg;190 struct api_msg_msg *current_msg;
490 pcb_new(struct api_msg_msg *msg)548 do_newconn(struct api_msg_msg *msg)832 do_delconn(struct api_msg_msg *msg)898 do_bind(struct api_msg_msg *msg)984 do_connect(struct api_msg_msg *msg)1042 do_disconnect(struct api_msg_msg *msg)1064 do_listen(struct api_msg_msg *msg)1120 do_send(struct api_msg_msg *msg)1173 do_recv(struct api_msg_msg *msg)1343 do_write(struct api_msg_msg *msg)[all …]
911 error return value to struct api_msg_msg1872 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into2420 * api.h, api_lib.c, api_msg.h, api_msg.c: change the struct api_msg_msg to see