/openbsd-src/regress/usr.sbin/snmpd/ |
H A D | agentx.c | 141 n = agentx_read(s, repl, sizeof(repl), 1000); in agentx_open_nnbo() 169 n = agentx_read(s, repl, sizeof(repl), 1000); in agentx_open_nbo() 201 if (agentx_read(s, repl, sizeof(repl), 1000) != 0) in agentx_open_invalidversion() 228 n = agentx_read(s1, repl, sizeof(repl), 1000); in agentx_open_ignore_sessionid() 244 n = agentx_read(s2, repl, sizeof(repl), 1000); in agentx_open_ignore_sessionid() 276 if ((n = agentx_read(s, repl, sizeof(repl), 1000)) != 0) in agentx_open_invalid_oid() 304 n = agentx_read(s, repl, sizeof(repl), 1000); in agentx_open_descr_too_long() 332 n = agentx_read(s, repl, sizeof(repl), 1000); in agentx_open_descr_invalid() 361 n = agentx_read(s, repl, sizeof(repl), 1000); in agentx_open_context() 389 n = agentx_read(s, repl, sizeof(repl), 1000); in agentx_open_instance_registration() [all …]
|
H A D | backend.c | 53 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_integer() 91 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_octetstring() 128 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_objectidentifier() 166 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_ipaddress() 203 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_counter32() 240 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_gauge32() 277 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_timeticks() 316 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_opaque() 362 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_counter64() 398 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in backend_get_nosuchobject() [all …]
|
H A D | transport.c | 42 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in transport_tcp_get() 81 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in transport_tcp_disconnect() 141 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in transport_tcp_double_get_disconnect() 147 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in transport_tcp_double_get_disconnect()
|
H A D | regress.h | 167 size_t agentx_read(int, void *, size_t, int);
|
H A D | snmp.c | 162 n = agentx_read(ax_s, buf, sizeof(buf), 1000); in snmp_v3_usm_noauthpriv()
|
/openbsd-src/lib/libagentx/ |
H A D | Symbols.list | 8 agentx_read
|
H A D | agentx.h | 59 void agentx_read(struct agentx *);
|
H A D | agentx.c | 4002 agentx_read(struct agentx *ax)
|
/openbsd-src/usr.sbin/vmd/ |
H A D | vm_agentx.c | 417 agentx_read(conn->agentx); in vm_agentx_read()
|
/openbsd-src/regress/lib/libagentx/ |
H A D | main.c | 360 agentx_read(sa); in regress_read()
|
/openbsd-src/usr.sbin/relayd/ |
H A D | agentx_control.c | 498 agentx_read(sa); in agentx_sock()
|
/openbsd-src/libexec/snmpd/snmpd_metrics/ |
H A D | mib.c | 4457 agentx_read(sa); in snmp_read()
|