Searched refs:send_len (Results 1 – 4 of 4) sorted by relevance
267 int send_len = min(len, (int)sizeof(input_buffer)); in nc_stdio_puts() local268 nc_send_packet(s, send_len); in nc_stdio_puts()269 len -= send_len; in nc_stdio_puts()270 s += send_len; in nc_stdio_puts()
144 int len, bool send_len) in smbus_write_block() argument156 if (send_len) { in smbus_write_block()
401 uint32_t send_len = 0; in LLVMFuzzerTestOneInput() local402 rc = pldm_msgbuf_extract_uint32(fuzzctrl, send_len); in LLVMFuzzerTestOneInput()407 send_len %= (MAX_SEND + 1); in LLVMFuzzerTestOneInput()408 std::vector<uint8_t> send_buf(send_len); in LLVMFuzzerTestOneInput()
53 int len, bool send_len);