Searched defs:iscsi_sna_lt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c66 static int iscsi_sna_lt(uint32_t n1, uint32_t n2);
195 * iscsi_sna_lt - Serial Number Arithmetic, 32 bits, less than, RFC1982
198 iscsi_sna_lt(uint32_t n1, uint32_t n2) function
227 if (!iscsi_sna_lt(max, (exp - 1))) {

Completed in 66 milliseconds