Home
last modified time | relevance | path

Searched refs:NBD_REP_SERVER (Results 1 – 4 of 4) sorted by relevance

/qemu/nbd/
H A Dcommon.c84 case NBD_REP_SERVER: in nbd_rep_lookup()
H A Dclient.c276 } else if (reply.type != NBD_REP_SERVER) { in nbd_receive_list()
279 NBD_REP_SERVER, nbd_rep_lookup(NBD_REP_SERVER)); in nbd_receive_list()
H A Dserver.c425 ret = nbd_negotiate_send_rep_len(client, NBD_REP_SERVER, len, errp); in nbd_negotiate_send_rep_list()
/qemu/include/block/
H A Dnbd.h243 #define NBD_REP_SERVER (2) /* Export description. */ macro