Lines Matching defs:resp_len
661 int resp_len)
717 if ((numbytes = recv (sockfd, response, resp_len, 0)) == -1)
748 int resp_len;
762 if ( ( resp_len = udp_command (dev_no, (char *) &cmd, sizeof (struct BJNP_command),
769 PDBG (bjnp_hexdump (LOG_DEBUG2, resp_buf, resp_len));
1103 int resp_len;
1111 resp_len =
1115 if (resp_len != sizeof (struct BJNP_command))
1120 resp_len, (int) sizeof (struct BJNP_command)));
1124 PDBG (bjnp_hexdump (LOG_DEBUG2, resp_buf, resp_len));
1138 int resp_len;
1198 resp_len = udp_command (devno, cmd_buf, buf_len, resp_buf, BJNP_RESP_MAX);
1200 if (resp_len > 0)
1203 PDBG (bjnp_hexdump (LOG_DEBUG2, resp_buf, resp_len));
1234 int resp_len;
1255 resp_len = udp_command (devno, cmd_buf,
1259 if (resp_len > 0)
1262 PDBG (bjnp_hexdump (LOG_DEBUG2, resp_buf, resp_len));
1277 int resp_len;
1283 resp_len = udp_command (devno, cmd_buf,
1287 if (resp_len > 0)
1290 PDBG (bjnp_hexdump (LOG_DEBUG2, resp_buf, resp_len));
2608 int resp_len;
2650 if ( (resp_len = bjnp_poll_scanner (dn, 2, hostname, getusername (), buffer, *size ) ) < 0 )
2657 *size = (size_t) resp_len;
2658 if ( resp_len > 0 )
2670 if ( (resp_len = bjnp_poll_scanner (dn, 5, hostname, getusername (), buffer, *size ) ) < 0 )