Home
last modified time | relevance | path

Searched refs:ober_add_oid (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libutil/
H A Dber.h127 struct ber_element *ober_add_oid(struct ber_element *, struct ber_oid *);
H A DSymbols.map106 ober_add_oid;
H A Dber.c495 ober_add_oid(struct ber_element *prev, struct ber_oid *o) in ober_add_oid() function
536 return (ober_add_oid(prev, &no)); in ober_add_noid()
547 return (ober_add_oid(prev, &o)); in ober_add_oidstring()
632 if ((ber = ober_add_oid(ber, o)) == NULL) in ober_printf_elements()
/openbsd/usr.sbin/snmpd/
H A Dapplication_internal.c578 return ober_add_oid(NULL, &s->sys_oid); in appl_internal_system()
H A Dapplication.c374 value = ober_add_oid(NULL, &(cap->aa_oid)); in appl_sysortable()
421 value = ober_add_oid(NULL, &(cap->aa_oid)); in appl_sysortable_getnext()
H A Dapplication_agentx.c976 return ober_add_oid(NULL, &oid); in appl_agentx_value2ber_element()
/openbsd/regress/usr.sbin/snmpd/
H A Dsnmp.c714 elm = ober_add_oid(NULL, snmp_oid2ber_oid(&data->oid, &oid)); in snmp_data2ber_element()