Home
last modified time | relevance | path

Searched refs:api_msg_msg (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dapi_msg.h62 struct api_msg_msg { struct
125 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 …]
A Dapi.h128 struct api_msg_msg;
190 struct api_msg_msg *current_msg;
/lk-master/external/lib/lwip/api/
A Dapi_msg.c490 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)
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)
1398 do_getaddr(struct api_msg_msg *msg)
[all …]

Completed in 9 milliseconds