Searched refs:udp_send_param_t (Results 1 – 3 of 3) sorted by relevance
34 } udp_send_param_t; typedef154 static int udp_send_routine(udp_send_param_t *send_param) in udp_send_routine()270 udp_send_param_t *send_param = in native_udp_sendto()271 (udp_send_param_t *)aos_malloc(sizeof(*send_param)); in native_udp_sendto()
34 } udp_send_param_t; typedef154 static int udp_send_routine(udp_send_param_t *send_param) in udp_send_routine()268 udp_send_param_t *send_param = in native_udp_sendto()269 (udp_send_param_t *)aos_malloc(sizeof(*send_param)); in native_udp_sendto()
35 } udp_send_param_t; typedef158 static int udp_send_routine(udp_send_param_t *send_param) in udp_send_routine()281 udp_send_param_t *send_param = (udp_send_param_t *)amp_malloc(sizeof(*send_param)); in native_udp_sendto()
Completed in 13 milliseconds