Searched refs:tcp_send_param_t (Results 1 – 3 of 3) sorted by relevance
22 } tcp_send_param_t; typedef183 static int tcp_send_routine(tcp_send_param_t *send_param) in tcp_send_routine()267 tcp_send_param_t *send_param = in native_tcp_send()268 (tcp_send_param_t *)aos_malloc(sizeof(*send_param)); in native_tcp_send()
22 } tcp_send_param_t; typedef185 static int tcp_send_routine(tcp_send_param_t *send_param) in tcp_send_routine()269 tcp_send_param_t *send_param = in native_tcp_send()270 (tcp_send_param_t *)aos_malloc(sizeof(*send_param)); in native_tcp_send()
29 } tcp_send_param_t; typedef181 static int tcp_send_routine(tcp_send_param_t *send_param) in tcp_send_routine()245 tcp_send_param_t *send_param = (tcp_send_param_t *)amp_malloc(sizeof(*send_param)); in native_tcp_send()
Completed in 9 milliseconds