Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsnmp.h112 void snmp_set_community(const char * const community);
113 void snmp_set_community_write(const char * const community);
114 void snmp_set_community_trap(const char * const community);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsnmp.h112 void snmp_set_community(const char * const community);
113 void snmp_set_community_write(const char * const community);
114 void snmp_set_community_trap(const char * const community);
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md5 …s and maintainers pledge to making participation in our project and our community a harassment-fre…
14 * Focusing on what is best for the community
15 * Showing empathy towards other community members
33 … individual is representing the project or its community. Examples of representing a project or co…
A DCONTRIBUTING.md7 There are many ways to join the community. If you have some time to work with us I'm sure you will …
111 I hope you have taken a liking to contribute to LittlevGL. A helpful and friendly community is wait…
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.c89 snmp_set_community(const char * const community) in snmp_set_community() argument
91 LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_MAX_COMMUNITY_STR_LEN); in snmp_set_community()
92 snmp_community = community; in snmp_set_community()
126 snmp_set_community_write(const char * const community) in snmp_set_community_write() argument
128 LWIP_ASSERT("community string must not be NULL", community != NULL); in snmp_set_community_write()
129 LWIP_ASSERT("community string is too long!", strlen(community) <= SNMP_MAX_COMMUNITY_STR_LEN); in snmp_set_community_write()
130 snmp_community_write = community; in snmp_set_community_write()
142 snmp_set_community_trap(const char * const community) in snmp_set_community_trap() argument
145 snmp_community_trap = community; in snmp_set_community_trap()
653 strcpy((char*)request->community, snmp_community); in snmp_parse_inbound_frame()
[all …]
A Dsnmp_msg.h103 u8_t community[SNMP_MAX_COMMUNITY_STR_LEN + 1]; member
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCONTRIBUTING.md4 we greatly value feedback and contributions from our community. Please submit
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A DREADME25 We at Shutterfly believe this software has benefits to the larger community
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md173 We gratefully accept bug reports and contributions from the community. There are some requirements …
177 … source project, contributions will be reviewed by the project team and community and may need som…
/AliOS-Things-master/components/SDL2/docs/
A DREADME-dynapi.md27 community about the license change is the static linking. The LGPL forced this
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1950.txt18 This memo provides information for the Internet community. This memo
A Drfc1952.txt16 This memo provides information for the Internet community. This memo
A Drfc1951.txt16 This memo provides information for the Internet community. This memo
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME90 https://community.imgtec.com/developers/mips/tools/codescape-mips-sdk/available-releases/

Completed in 26 milliseconds