Home
last modified time | relevance | path

Searched refs:comm_define (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/bsnmp/snmpd/
HDsnmpmod.h336 u_int comm_define(u_int, const char *descr, struct lmodule *, const char *str);
HDmain.c1802 (void)comm_define(1, "SNMP read", NULL, NULL); in main()
1803 (void)comm_define(2, "SNMP write", NULL, NULL); in main()
2221 comm_define(u_int priv, const char *descr, struct lmodule *owner, in comm_define() function