Searched defs:community (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpd.h | 51 struct community { struct 52 struct lmodule *owner; /* who created the community */ argument 54 u_int value; /* value of this community */ argument 55 u_char * string; /* the community string */ argument 57 TAILQ_ENTRY(community) link; argument 62 extern TAILQ_HEAD(community_list, community) community_list; argument
|
H A D | main.c | 172 u_int community; variable
|
/freebsd/sbin/ipf/libipf/ |
H A D | save_v1trap.c | 27 char *community; member 289 maketrap_v1(char *community, u_char *buffer, int bufsize, u_char *msg, in maketrap_v1() 430 sendtrap_v1_0(int fd, char *community, char *msg, int msglen, time_t when) in sendtrap_v1_0()
|
H A D | save_v2trap.c | 30 char *community; member 291 maketrap_v2(char *community, u_char *buffer, int bufsize, u_char *msg, in maketrap_v2() 431 sendtrap_v2_0(int fd, char *community, char *msg, int msglen) in sendtrap_v2_0()
|
/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpiocm.c | 96 struct lbgcommunity *community; member
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.h | 153 char community[SNMP_COMMUNITY_MAXLEN + 1]; member
|