Home
last modified time | relevance | path

Searched refs:FIO_NET_CMD_STOP (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dserver.h57 FIO_NET_CMD_STOP = 12, enumerator
Dclient.c1459 case FIO_NET_CMD_STOP: { in fio_handle_client()
Dserver.c472 return fio_net_send_cmd(sk, FIO_NET_CMD_STOP, &epdu, sizeof(epdu), &tag, NULL); in fio_net_send_ack()