HomeSort by: relevance | last modified time | path
    Searched defs:community (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
save_v1trap.c 29 char *community; member in struct:snmpv1_opts_s
59 if (strcmp(s1->community, s2->community))
94 printf("%s ", snmpv1->community);
133 ctx->community = str;
214 if (v1->community)
215 free(v1->community);
229 return sendtrap_v1_0(v1->fd, v1->community,
301 maketrap_v1(community, buffer, bufsize, msg, msglen, ipaddr, when)
302 char *community;
    [all...]
save_v2trap.c 32 char *community; member in struct:snmpv2_opts_s
63 if (strcmp(s1->community, s2->community))
98 printf("%s ", snmpv2->community);
136 ctx->community = str;
217 if (v2->community)
218 free(v2->community);
232 return sendtrap_v2_0(v2->fd, v2->community,
301 maketrap_v2(community, buffer, bufsize, msg, msglen)
302 char *community;
    [all...]

Completed in 32 milliseconds