Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c310 ctx->scratch->ptr1 = acl->write_view; in op_vacm_access()
311 if ((acl->write_view = in op_vacm_access()
314 acl->write_view = ctx->scratch->ptr1; in op_vacm_access()
377 acl->write_view = ctx->scratch->ptr1; in op_vacm_access()
403 if (acl->write_view != NULL) in op_vacm_access()
404 return (string_get(val, acl->write_view->viewname, -1)); in op_vacm_access()
1004 vacl->read_view->viewname:"None", vacl->write_view!=NULL? in vacm_dump()
1005 vacl->write_view->viewname:"None", vacl->notify_view!=NULL? in vacm_dump()
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h459 struct vacm_view *write_view; member
H A Dmain.c449 if ((view = acl->write_view) == NULL) in snmp_pdu_auth_access()