Searched refs:nw_sn (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/iscsi/
H A Discsi_rcv.c339 * nw_sn The received StatSN in network byte order
344 check_StatSN(connection_t *conn, uint32_t nw_sn, bool ack) argument
347 uint32_t sn = ntohl(nw_sn);
394 * nw_sn The received ExpCmdSN in network byte order
398 check_CmdSN(connection_t *conn, uint32_t nw_sn) argument
400 uint32_t sn = ntohl(nw_sn);

Completed in 195 milliseconds