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

/netbsd-current/sys/dev/iscsi/
H A Discsi_rcv.c577 connection_t *refconn = (otherconn) ? req_ccb->ccb_par : conn; local
579 refconn->c_Time2Wait = ntohs(pdu->pdu_hdr.pduh_p.logout_rsp.Time2Wait);
580 refconn->c_Time2Retain = ntohs(pdu->pdu_hdr.pduh_p.logout_rsp.Time2Retain);
H A Discsi_send.c1233 * refconn The referenced connection
1241 send_logout(connection_t *conn, connection_t *refconn, int reason, argument
1266 hpdu->pduh_p.logout_req.CID = htons(refconn->c_id);
1268 ccb->ccb_par = refconn;
1269 if (refconn != conn) {

Completed in 212 milliseconds