Home
last modified time | relevance | path

Searched refs:bjnp_buf (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c1306 struct SCAN_BUF bjnp_buf; in bjnp_write() local
1317 set_cmd_for_dev (devno, (struct BJNP_command *) &bjnp_buf, CMD_TCP_SEND, count); in bjnp_write()
1318 memcpy (bjnp_buf.scan_data, buf, count); in bjnp_write()
1321 PDBG (bjnp_hexdump (LOG_DEBUG2, (char *) &bjnp_buf, in bjnp_write()
1325 send (device[devno].tcp_socket, &bjnp_buf, in bjnp_write()
1355 struct BJNP_command bjnp_buf; in bjnp_send_read_request() local
1366 set_cmd_for_dev (devno, (struct BJNP_command *) &bjnp_buf, CMD_TCP_REQ, 0); in bjnp_send_read_request()
1369 PDBG (bjnp_hexdump (LOG_DEBUG2, (char *) &bjnp_buf, in bjnp_send_read_request()
1373 send (device[devno].tcp_socket, &bjnp_buf, sizeof (struct BJNP_command), in bjnp_send_read_request()

Completed in 4 milliseconds