Home | History | Annotate | Download | only in src

Lines Matching refs:send_fd

358                                     int status, int send_fd, uint16_t rx_mtu,
367 if (send_fd != -1) {
368 if (sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) ==
373 << ", send_fd:" << send_fd;