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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dsnmp.h43 #define GET_REQ_MSG (ASN_CONTEXT | ASN_CONSTRUCTOR | 0x0) macro
H A Drequest.c79 case GET_REQ_MSG:
135 case GET_REQ_MSG:
288 request = request_create("public", GET_REQ_MSG, error_label);
290 request = request_create(community_name, GET_REQ_MSG, error_label);
381 request = request_create("public", GET_REQ_MSG, error_label);
H A Dsnmp_api.c508 if(pdu->type == GET_REQ_MSG || pdu->type == GETNEXT_REQ_MSG
519 if( (pdu->type == GET_REQ_MSG)
542 if( (pdu->type == GET_REQ_MSG)
672 if( (pdu->type == GET_REQ_MSG)
764 if( (pdu->type == GET_REQ_MSG)
H A Dmadman_api.c1046 request->type = GET_REQ_MSG;
1180 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
1397 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
1601 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
1794 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
2039 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
2235 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
2451 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
2637 if( (type != GET_REQ_MSG) && (type != GETNEXT_REQ_MSG) )
2842 if( (type != GET_REQ_MSG)
[all...]
H A Dpdu.c516 case GET_REQ_MSG:
718 case GET_REQ_MSG:
1108 case GET_REQ_MSG:
H A Dimpl.c56 case GET_REQ_MSG:
57 sprintf(buffer, "GET_REQ_MSG (0x%x)", type);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.c320 if(pdu->type != GET_REQ_MSG
367 three_phase.cur_pdu->type = GET_REQ_MSG;
511 ( (pdu->type == GET_REQ_MSG) && (SSAOidCmp(&(variable->name), &sysUptime_instance) == 0) ) )
513 (subtree_match(GET_REQ_MSG, &(variable->name)) == NULL) )
1607 && ((sub = subtree_match(GET_REQ_MSG, &(response->first_variable->name))) != NULL)
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/test/
H A Dmadman_api_test_2.c534 if(x4msUserEntryPart2_send_request(session, GET_REQ_MSG, x4msUserEntryPart1->x4msUserIndex, error_label))
866 if(mtaGroupEntry_send_request(session, GET_REQ_MSG, 1, 1009, error_label))
H A Dmadman_api_test.c549 if(x4msUserEntryPart2_send_request(session, GET_REQ_MSG, x4msUserEntryPart1->x4msUserIndex, error_label))
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dreg_subtree.c463 return (probe_agent(&system_service_oid, GET_REQ_MSG,
471 return(sap_avail_index(&agent_tbl_index_oid,GET_REQ_MSG));
750 return (sap_avail_index(&ra_trap_port_oid, GET_REQ_MSG));
H A Dagent.c154 && (pdu->type != GET_REQ_MSG)
214 case GET_REQ_MSG:
H A Daccess.c484 && (type != GET_REQ_MSG)

Completed in 178 milliseconds