HomeSort by relevance Sort by last modified time
    Searched refs:api_msg_msg (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 62 struct api_msg_msg { struct
118 a struct api_msg_msg that serves as an argument for this function.
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)
    [all...]
api.h 128 struct api_msg_msg;
185 struct api_msg_msg *current_msg;
  /external/syslinux/core/lwip/src/api/
api_msg.c 478 * @param msg the api_msg_msg describing the connection type
482 pcb_new(struct api_msg_msg *msg)
537 * @param msg the api_msg_msg describing the connection type
540 do_newconn(struct api_msg_msg *msg)
817 * @param msg the api_msg_msg pointing to the connection
820 do_delconn(struct api_msg_msg *msg)
882 * @param msg the api_msg_msg pointing to the connection and containing
886 do_bind(struct api_msg_msg *msg)
968 * @param msg the api_msg_msg pointing to the connection and containing
972 do_connect(struct api_msg_msg *msg
    [all...]

Completed in 291 milliseconds