Home
last modified time | relevance | path

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

/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c70 int agentxfd = -1; variable
3301 agentxfd = strtonum(optarg, 0, INT_MAX, &errstr); in main()
3312 if (agentxfd != -1 && !debug) in main()
3321 if (agentxfd != -1 && agentxsocket != NULL) in main()
3323 if (agentxfd == -1 && agentxsocket == NULL) in main()
4412 if (agentxfd != -1) { in snmp_connect()
4416 agentx_connect(sa, agentxfd); in snmp_connect()
4417 event_set(&connev, agentxfd, EV_READ | EV_PERSIST, in snmp_connect()