Lines Matching refs:function
162 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg()
166 msg->msg.api_call.arg->err = msg->msg.api_call.function(msg->msg.api_call.arg); in tcpip_thread_handle_msg()
196 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg()
202 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg()
309 tcpip_callback(tcpip_callback_fn function, void *ctx) in tcpip_callback() argument
321 msg->msg.cb.function = function; in tcpip_callback()
345 tcpip_try_callback(tcpip_callback_fn function, void *ctx) in tcpip_try_callback() argument
357 msg->msg.cb.function = function; in tcpip_try_callback()
453 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem()
496 TCPIP_MSG_VAR_REF(msg).msg.api_call.function = fn; in tcpip_api_call()
531 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new() argument
538 msg->msg.cb.function = function; in tcpip_callbackmsg_new()