Searched refs:agentxfd (Results 1 – 1 of 1) sorted by relevance
70 int agentxfd = -1; variable3301 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()