Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dapi_msg.h62 struct api_msg_msg { struct
122 void (* function)(struct api_msg_msg *msg);
124 struct api_msg_msg msg;
145 void do_newconn ( struct api_msg_msg *msg);
146 void do_delconn ( struct api_msg_msg *msg);
147 void do_bind ( struct api_msg_msg *msg);
148 void do_connect ( struct api_msg_msg *msg);
149 void do_disconnect ( struct api_msg_msg *msg);
150 void do_listen ( struct api_msg_msg *msg);
151 void do_send ( struct api_msg_msg *msg);
[all …]
Dapi.h128 struct api_msg_msg;
185 struct api_msg_msg *current_msg;
/external/syslinux/core/lwip/src/api/
Dapi_msg.c482 pcb_new(struct api_msg_msg *msg)
540 do_newconn(struct api_msg_msg *msg)
820 do_delconn(struct api_msg_msg *msg)
886 do_bind(struct api_msg_msg *msg)
972 do_connect(struct api_msg_msg *msg)
1030 do_disconnect(struct api_msg_msg *msg)
1052 do_listen(struct api_msg_msg *msg)
1106 do_send(struct api_msg_msg *msg)
1159 do_recv(struct api_msg_msg *msg)
1313 do_write(struct api_msg_msg *msg)
[all …]
/external/syslinux/core/lwip/
DCHANGELOG612 error return value to struct api_msg_msg
1573 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into
2121 * api.h, api_lib.c, api_msg.h, api_msg.c: change the struct api_msg_msg to see