Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnbd.h54 #define NBD_REPLY_MAGIC 0x67446698 macro
/linux-2.4.37.9/Documentation/
Dmagic-number.txt94 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
/linux-2.4.37.9/drivers/block/
Dnbd.c271 if (ntohl(reply.magic) != NBD_REPLY_MAGIC) in nbd_read_stat()