| 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...] |