Lines Matching refs:api_msg_msg
62 struct api_msg_msg {
121 a struct api_msg_msg that serves as an argument for this function.
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);
155 void do_recv ( struct api_msg_msg *msg);
156 void do_write ( struct api_msg_msg *msg);
157 void do_getaddr ( struct api_msg_msg *msg);
158 void do_close ( struct api_msg_msg *msg);
159 void do_shutdown ( struct api_msg_msg *msg);
161 void do_join_leave_group( struct api_msg_msg *msg);