Home
last modified time | relevance | path

Searched refs:snmpAgentResponse (Results 1 – 3 of 3) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A Dsnmp_core.h42 struct snmp_pdu* snmpAgentResponse(struct snmp_pdu* PDU);
H A Dsnmp_core.cc440 RespPDU = snmpAgentResponse(rq->PDU); in snmpConstructReponse()
456 snmpAgentResponse(struct snmp_pdu *PDU) { in snmpAgentResponse() function
/dports/www/squid/squid-4.15/src/snmp/
H A DForwarder.cc99 response_pdu = snmpAgentResponse(&tmp); in SendResponse()