Searched refs:sock_send_all (Results 1 – 3 of 3) sorted by relevance
62 int sock_send_all(int sock_fd, const uint8_t* buf, int len);
72 int sock_send_all(int sock_fd, const uint8_t* buf, int len) in sock_send_all() function
519 if(sock_send_all(rs->fd, (const uint8_t*)&rs->scn, sizeof(rs->scn)) == sizeof(rs->scn)) in send_app_scn()547 else if(sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs)) in send_app_connect_signal()