Home
last modified time | relevance | path

Searched refs:community (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/sbin/ipf/libipf/
H A Dsave_v2trap.c30 char *community; member
60 if (strcmp(s1->community, s2->community)) in snmpv2_match()
93 printf("%s ", snmpv2->community); in snmpv2_print()
133 ctx->community = str; in snmpv2_parse()
213 if (v2->community) in snmpv2_destroy()
214 free(v2->community); in snmpv2_destroy()
226 return (sendtrap_v2_0(v2->fd, v2->community, in snmpv2_send()
291 maketrap_v2(char *community, u_char *buffer, int bufsize, u_char *msg, in maketrap_v2() argument
304 if (community == NULL || *community == '\0') in maketrap_v2()
305 community = def_community; in maketrap_v2()
[all …]
H A Dsave_v1trap.c27 char *community; member
56 if (strcmp(s1->community, s2->community)) in snmpv1_match()
89 printf("%s ", snmpv1->community); in snmpv1_print()
128 ctx->community = str; in snmpv1_parse()
208 if (v1->community) in snmpv1_destroy()
209 free(v1->community); in snmpv1_destroy()
221 return (sendtrap_v1_0(v1->fd, v1->community, in snmpv1_send()
289 maketrap_v1(char *community, u_char *buffer, int bufsize, u_char *msg, in maketrap_v1() argument
301 if (community == NULL || *community == '\0') in maketrap_v1()
302 community = def_community; in maketrap_v1()
[all …]
/freebsd/sys/dev/p2sb/
H A Dlewisburg_gpiocm.c96 struct lbgcommunity *community; member
107 for (i = 0; i < sc->community->ngroups; ++i) in lbggpiocm_get_group()
108 if (sc->community->groups[i].dev == child) in lbggpiocm_get_group()
109 return (&sc->community->groups[i]); in lbggpiocm_get_group()
118 if (pin >= sc->community->npins) in lbggpiocm_getpad()
121 return (sc->community->pad_off + 2 * 4 * pin); in lbggpiocm_getpad()
284 sc->community = &lbg_communities[unit]; in lbggpiocm_probe()
288 device_set_desc(dev, sc->community->name); in lbggpiocm_probe()
301 if (sc->community->npins == 0) in lbggpiocm_attach()
305 sc->community->pad_off = LBGGPIOCM_READ(sc, PADBAR); in lbggpiocm_attach()
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.h51 struct community { struct
57 TAILQ_ENTRY(community) link; argument
62 extern TAILQ_HEAD(community_list, community) community_list; argument
H A Daction.c260 if (community != COMM_INITIALIZE) in op_system_group()
265 if (community != COMM_INITIALIZE) in op_system_group()
697 if (community != COMM_INITIALIZE) in op_snmpd_config()
755 struct community *c; in op_community()
761 if ((community != COMM_INITIALIZE && snmpd.comm_dis) || in op_community()
768 if ((community != COMM_INITIALIZE && snmpd.comm_dis) || in op_community()
774 if (community != COMM_INITIALIZE && snmpd.comm_dis) in op_community()
918 community != COMM_INITIALIZE) in dep_modules()
1116 if (community != COMM_INITIALIZE) in op_snmp_engine()
H A Dsnmpd.config62 # Set community strings.
64 # Each community string has a permission attached to it - 1 for read only
67 # Be sure to understand the security implications of SNMPv2 - the community
H A Dmain.c172 u_int community; variable
173 static struct community *comm;
392 if ((uname = comm_string(community)) == NULL) in snmp_pdu_auth_access()
398 if ((uname = comm_string(community)) == NULL) in snmp_pdu_auth_access()
616 strcmp(comm->string, pdu->community) == 0) in snmp_input_start()
627 community = comm->value; in snmp_input_start()
1643 community = COMM_INITIALIZE; in main()
2061 struct community*
2065 struct community *c, *p; in comm_define_ordered()
2075 if ((c = malloc(sizeof(struct community))) == NULL) { in comm_define_ordered()
[all …]
H A DBEGEMOT-SNMPD.txt267 "A table with the community strings for access control."
275 "A table with the community strings for access control.
293 "Index of the module that has registered this community.
302 "The numerical index of the community (private to the module)."
318 "A description what this community is good for."
326 "The numerical value of access rights granted to the community."
522 are allowed from all clients if the community matches. For
H A Dtrap.c427 strlcpy(pdu->community, com, sizeof(pdu->community)); in snmp_create_v1_trap()
444 strlcpy(pdu->community, com, sizeof(pdu->community)); in snmp_create_v2_trap()
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config25 # Uncomment begemotSnmpdCommunityString.0.2 below that sets the community
83 # The default value of the community strings is NULL (note, that this is
85 # To enable read access only the read community string must be set. Setting
86 # the write community string enables both read and write access with that
89 # Be sure to understand the security implications of SNMPv2 - the community
/freebsd/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c154 if (community != COMM_INITIALIZE && in op_snmp_target_addrs()
238 if (community != COMM_INITIALIZE) in op_snmp_target_addrs()
364 if (community != COMM_INITIALIZE && in op_snmp_target_params()
437 if (community != COMM_INITIALIZE) in op_snmp_target_params()
546 if (community != COMM_INITIALIZE && in op_snmp_notify()
585 if (community != COMM_INITIALIZE) in op_snmp_notify()
/freebsd/crypto/openssl/
H A DACKNOWLEDGEMENTS.md6 [Thanks!]: https://www.openssl.org/community/thanks.html
H A DSUPPORT.md72 - [openssl-announce] for official announcements to the OpenSSL community.
87 [mailing lists]: https://www.openssl.org/community/mailinglists.html
/freebsd/contrib/googletest/docs/
H A Dcommunity_created_documentation.md4 created by the Googletest community.
/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c115 if (community != COMM_INITIALIZE) in op_vacm_context()
163 if (community != COMM_INITIALIZE && in op_vacm_security_to_group()
191 if (community != COMM_INITIALIZE) in op_vacm_security_to_group()
285 if (acl != NULL && community != COMM_INITIALIZE && in op_vacm_access()
342 if (community != COMM_INITIALIZE) in op_vacm_access()
482 if (community != COMM_INITIALIZE && in op_vacm_view()
526 if (community != COMM_INITIALIZE) in op_vacm_view()
/freebsd/sys/contrib/openzfs/contrib/intel_qat/
H A Dreadme.md3 This contrib contains community compatibility patches to get Intel QAT working on the following ker…
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-mcbin.dts5 * Device Tree file for MACCHIATOBin Armada 8040 community board platform
H A Darmada-8040-mcbin-singleshot.dts5 * Device Tree file for MACCHIATOBin Armada 8040 community board platform
/freebsd/contrib/googletest/
H A DCMakeLists.txt1 # Note: CMake support is community-based. The maintainers do not use CMake
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DUninstall.cmake.in1 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
/freebsd/contrib/libevent/cmake/
H A DUninstall.cmake.in1 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
/freebsd/contrib/bsnmp/lib/
H A Dsnmp.c539 if (asn_get_octetstring(b, (u_char *)pdu->community, in snmp_pdu_decode_header()
544 pdu->community[octs_len] = '\0'; in snmp_pdu_decode_header()
804 if (asn_put_octetstring(b, (u_char *)pdu->community, in snmp_pdu_encode_header()
805 strlen(pdu->community)) != ASN_ERR_OK) in snmp_pdu_encode_header()
1126 snmp_printf("%s %s '%s'", types[pdu->type], vers, pdu->community); in snmp_pdu_dump()
1144 snmp_printf("%s %s '%s'", types[pdu->type], vers, pdu->community); in snmp_pdu_dump()
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/
H A DREADME32 http://www.opensolaris.org/os/community/dtrace/dtest
/freebsd/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c176 if (community != COMM_INITIALIZE && in op_usm_users()
194 if (community != COMM_INITIALIZE) in op_usm_users()
311 if (community != COMM_INITIALIZE) in op_usm_users()

1234