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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dsnmp.h46 #define SET_REQ_MSG (ASN_CONTEXT | ASN_CONSTRUCTOR | 0x3) macro
H A Drequest.c81 case SET_REQ_MSG:
137 case SET_REQ_MSG:
157 if ((request->type) == SET_REQ_MSG)
H A Dsnmp_api.c509 || pdu->type == GET_RSP_MSG || pdu->type == SET_REQ_MSG)
521 || (pdu->type == SET_REQ_MSG) )
544 || (pdu->type == SET_REQ_MSG) )
675 || (pdu->type == SET_REQ_MSG) )
767 || (pdu->type == SET_REQ_MSG) )
H A Dpdu.c519 case SET_REQ_MSG:
721 case SET_REQ_MSG:
1111 case SET_REQ_MSG:
H A Dimpl.c65 case SET_REQ_MSG:
66 sprintf(buffer, "SET_REQ_MSG (0x%x)", type);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dreg_subtree.c345 if (type == SET_REQ_MSG)
486 response = send_request_to_relay_agent(variable,SET_REQ_MSG);
522 response = send_request_to_relay_agent(variable,SET_REQ_MSG);
597 response = send_request_to_relay_agent(list,SET_REQ_MSG);
642 response = send_request_to_relay_agent(list,SET_REQ_MSG);
711 response = send_request_to_relay_agent(list,SET_REQ_MSG);
H A Daccess.c485 && (type != SET_REQ_MSG) )
498 if(type != SET_REQ_MSG)
H A Dagent.c155 && (pdu->type != SET_REQ_MSG) )
222 case SET_REQ_MSG:
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.c263 if( pdu->type != SET_REQ_MSG) return(FALSE);
289 if(s->pdu && s->pdu->type == SET_REQ_MSG) return(TRUE);
322 && pdu->type != SET_REQ_MSG)
945 * change cur_pdu->type=SET_REQ_MSG. create a

Completed in 237 milliseconds