Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rbootd/
H A Ddefs.h94 #define GenSessID() (++SessionID ? SessionID: ++SessionID)
140 extern u_int16_t SessionID; /* generated session ID */
H A Dconf.c84 u_int16_t SessionID = 0; /* generated session ID */ variable
/netbsd-src/external/bsd/iscsi/dist/include/
H A Dosd.h94 uint32_t SessionID; member
113 *((uint32_t *)((CDB)+24)) = ISCSI_HTONL((ARGS)->SessionID); \
131 (ARGS)->SessionID = ISCSI_NTOHL(*((uint32_t *)((EXT_CDB)-16+24))); \