Searched defs:nbd_reply (Results 1 – 2 of 2) sorted by relevance
29 struct nbd_reply { struct30 uint32 magic; /* REPLY_MAGIC */31 uint32 error;32 uint64 handle; //char handle[8];
73 def nbd_reply(error=0, handle=1, data=''): function