Searched refs:SG_BUF (Results 1 – 2 of 2) sorted by relevance
20 #define SG_BUF(SG) ((SG)->buf + 0) macro137 #define SG_BUF(SG) ((char*)(SG)->iov_base + 0) macro
826 ret = send(state->fd, SG_BUF(sg), SG_LEN(sg), 0); in start_connection()906 if (send(conn->fd, SG_BUF(sg), SG_LEN(sg), 0) != SG_LEN(sg)) { in maybe_send()