Searched refs:FIO_NET_CMD_SENDFILE (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | server.h | 66 FIO_NET_CMD_SENDFILE = 21, enumerator
|
D | client.c | 1348 fio_net_send_cmd(fd, FIO_NET_CMD_SENDFILE, rep, size, &tag, NULL); in sendfile_reply() 1499 case FIO_NET_CMD_SENDFILE: { in fio_handle_client()
|
D | server.c | 837 case FIO_NET_CMD_SENDFILE: { in handle_command() 1397 fio_net_send_cmd(server_fd, FIO_NET_CMD_SENDFILE, &out, sizeof(out), in fio_server_get_verify_state()
|