SNMP_MSG_GET      753 ext/snmp/snmp.c 				pdu = snmp_pdu_create(SNMP_MSG_GET);
SNMP_MSG_GET      916 ext/snmp/snmp.c 						if ((pdu = snmp_fix_pdu(response, ((st & SNMP_CMD_GET) ? SNMP_MSG_GET : SNMP_MSG_GETNEXT) )) != NULL) {