Searched refs:tcp_send_notify_param_t (Results 1 – 3 of 3) sorted by relevance
27 } tcp_send_notify_param_t; typedef165 tcp_send_notify_param_t *p = (tcp_send_notify_param_t *)pdata; in tcp_send_notify()186 tcp_send_notify_param_t *p; in tcp_send_routine()194 p = aos_calloc(1, sizeof(tcp_send_notify_param_t)); in tcp_send_routine()
27 } tcp_send_notify_param_t; typedef167 tcp_send_notify_param_t *p = (tcp_send_notify_param_t *)pdata; in tcp_send_notify()188 tcp_send_notify_param_t *p; in tcp_send_routine()196 p = aos_calloc(1, sizeof(tcp_send_notify_param_t)); in tcp_send_routine()
34 } tcp_send_notify_param_t; typedef163 tcp_send_notify_param_t *p = (tcp_send_notify_param_t *)pdata; in tcp_send_notify()191 tcp_send_notify_param_t *p = amp_calloc(1, sizeof(tcp_send_notify_param_t)); in tcp_send_routine()
Completed in 8 milliseconds