pub unsafe extern "C" fn switch_socket_sendto(
sock: *mut switch_socket_t,
where_: *mut switch_sockaddr_t,
flags: i32,
buf: *const c_char,
len: *mut switch_size_t,
) -> switch_status_tExpand description
@param sock The socket to send from @param where The fspr_sockaddr_t describing where to send the data @param flags The flags to use @param buf The data to send @param len The length of the data to send