iscsi_send.c | 717 pdu_t *tx_pdu; local in function:negotiate_login 745 tx_pdu = get_pdu(conn, TRUE); 746 if (tx_pdu == NULL) 749 tx_pdu->pdu_hdr.pduh_Flags = c_phase << CSG_SHIFT; 753 rc = assemble_security_parameters(conn, tx_ccb, rx_pdu, tx_pdu); 768 rc = assemble_security_parameters(conn, tx_ccb, rx_pdu, tx_pdu); 780 rc = assemble_negotiation_parameters(conn, tx_ccb, rx_pdu, tx_pdu); 791 free_pdu(tx_pdu); 793 init_login_pdu(conn, tx_ccb, tx_pdu, next); 794 setup_tx_uio(tx_pdu, tx_pdu->pdu_temp_data_len, tx_pdu->pdu_temp_data, FALSE) 847 pdu_t *tx_pdu; local in function:acknowledge_text 913 pdu_t *tx_pdu; local in function:negotiate_text 1377 pdu_t *tx_pdu; local in function:send_data_out [all...] |