Home
last modified time | relevance | path

Searched refs:aph_transactionid (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/snmpd/
H A Dapplication_agentx.c425 pdu->ap_header.aph_transactionid, in appl_agentx_recv()
435 pdu->ap_header.aph_transactionid, in appl_agentx_recv()
457 pdu->ap_header.aph_transactionid, in appl_agentx_recv()
567 pdu->ap_header.aph_transactionid, pdu->ap_header.aph_packetid, in appl_agentx_open()
573 ax_response(conn->conn_ax, 0, pdu->ap_header.aph_transactionid, in appl_agentx_open()
599 pdu->ap_header.aph_transactionid, pdu->ap_header.aph_packetid, in appl_agentx_close()
678 pdu->ap_header.aph_transactionid, pdu->ap_header.aph_packetid, in appl_agentx_register()
705 pdu->ap_header.aph_transactionid, pdu->ap_header.aph_packetid, in appl_agentx_unregister()
837 pdu->ap_header.aph_transactionid, pdu->ap_header.aph_packetid, in appl_agentx_addagentcaps()
862 pdu->ap_header.aph_transactionid, pdu->ap_header.aph_packetid, in appl_agentx_removeagentcaps()
H A Dax.h158 uint32_t aph_transactionid; member
H A Dax.c131 header.aph_transactionid = ax_pdutoh32(&header, u8); in ax_recv()
/openbsd/lib/libagentx/
H A Dax.h157 uint32_t aph_transactionid; member
H A Dagentx.c2554 taxg.axg_transactionid = pdu->ap_header.aph_transactionid;
2564 axg->axg_transactionid = pdu->ap_header.aph_transactionid;
4075 pdu->ap_header.aph_transactionid,
4080 "reply", pdu->ap_header.aph_transactionid,
H A Dax.c134 header.aph_transactionid = ax_pdutoh32(&header, u8); in ax_recv()