Lines Matching defs:send_len
210 size_t send_len;
247 send_len = ISNSP_MAX_PAYLOAD_SIZE;
249 send_len = pl;
253 iovec[1].iov_len = send_len;
254 pdu->payload_len = htons(send_len);
268 payload += send_len;
269 pl -= send_len;
272 send_len += ISNSP_HEADER_SIZE;
276 } while (bytes_sent == send_len && pl > 0);
278 if (bytes_sent == send_len) {