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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.h99 SNMP_pdu *cur_pdu; member in struct:_Three_Phase
H A Dsession.c354 * session->three_phase->cur_pdu
359 three_phase.cur_pdu = snmp_pdu_dup(pdu, error_label);
360 if(three_phase.cur_pdu == NULL)
367 three_phase.cur_pdu->type = GET_REQ_MSG;
369 * append to the cur_pdu */
372 if(snmp_pdu_append_null_variable(three_phase.cur_pdu,
379 pdu = three_phase.cur_pdu;
943 * current session. The free the cur_pdu's variable
945 * change cur_pdu->type=SET_REQ_MSG. create a
951 * cur_pdu
[all...]

Completed in 40 milliseconds