Home
last modified time | relevance | path

Searched refs:vacm_first_context (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c884 for (vacm_ctx = vacm_first_context(); vacm_ctx != NULL; in vacm_get_context()
901 return (vacm_first_context()); in vacm_get_next_context()
911 for (vacm_ctx = vacm_first_context(); vacm_ctx != NULL; in vacm_get_next_context()
985 for (vacmctx = vacm_first_context(); vacmctx != NULL; in vacm_dump()
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h503 struct vacm_context *vacm_first_context(void);
H A Dmain.c3070 vacm_first_context(void) in vacm_first_context() function