Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c678 long tmpReqid, tmpMsgid; in _init_snmp() local
700 tmpReqid = netsnmp_random(); in _init_snmp()
706 if (tmpReqid == 0) in _init_snmp()
707 tmpReqid = 1; in _init_snmp()
710 Reqid = tmpReqid; in _init_snmp()