Lines Matching refs:numbytes
671 int numbytes;
684 if ((numbytes = send (sockfd, command, cmd_len, 0)) != cmd_len)
688 numbytes, cmd_len));
717 if ((numbytes = recv (sockfd, response, resp_len, 0)) == -1)
725 return numbytes;
2017 int numbytes = 0;
2220 if ((numbytes =
2231 PDBG (bjnp_hexdump (LOG_DEBUG2, &resp_buf, numbytes));
2235 if ( (numbytes < (int)sizeof (struct BJNP_command)) ||
2245 numbytes, bjnp_id ) );