Home
last modified time | relevance | path

Searched refs:ISNS_FLAG_FIRST (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Disns.cc167 ISNS_FLAG_LAST | ISNS_FLAG_FIRST); in send()
190 if ((be16dec(hdr->ih_flags) & (ISNS_FLAG_LAST | ISNS_FLAG_FIRST)) != in receive()
191 (ISNS_FLAG_LAST | ISNS_FLAG_FIRST)) in receive()
H A Disns.hh55 #define ISNS_FLAG_FIRST 0x0400 macro