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

  /external/syslinux/core/lwip/src/api/
tcpip.c 94 msg->msg.apimsg->function(&(msg->msg.apimsg->msg));
297 * @param apimsg a struct containing the function to call and its parameters
301 tcpip_apimsg(struct api_msg *apimsg)
306 apimsg->msg.err = ERR_VAL;
311 msg.msg.apimsg = apimsg;
313 sys_arch_sem_wait(&apimsg->msg.conn->op_completed, 0);
314 return apimsg->msg.err;
325 * @param apimsg a struct containing the function to call and its parameter
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcpip.h 83 err_t tcpip_apimsg(struct api_msg *apimsg);
85 err_t tcpip_apimsg_lock(struct api_msg *apimsg);
130 struct api_msg *apimsg; member in union:tcpip_msg::__anon32060

Completed in 213 milliseconds