Searched defs:NBD_FLAG_NO_ZEROES (Results 1 – 3 of 3) sorted by relevance
3 const NBD_FLAG_NO_ZEROES = 0x2; constant
75 const NBD_FLAG_NO_ZEROES = 0x2; constant
232 #define NBD_FLAG_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro