Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c301 ctx->scratch->ptr1 = acl->read_view; in op_vacm_access()
302 acl->read_view = vacm_get_view_by_name(val->v.octetstring.octets, val->v.octetstring.len); in op_vacm_access()
303 if (acl->read_view == NULL) { in op_vacm_access()
304 acl->read_view = ctx->scratch->ptr1; in op_vacm_access()
374 acl->read_view = ctx->scratch->ptr1; in op_vacm_access()
398 if (acl->read_view != NULL) in op_vacm_access()
399 return (string_get(val, acl->read_view->viewname, -1)); in op_vacm_access()
1003 vacl->sec_model, vacl->sec_level, vacl->read_view!=NULL? in vacm_dump()
1004 vacl->read_view->viewname:"None", vacl->write_view!=NULL? in vacm_dump()
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h458 struct vacm_view *read_view; member
H A Dmain.c444 if ((view = acl->read_view) == NULL) in snmp_pdu_auth_access()