lib/libagentx/ax.c
1268
oid->aoi_id[i] = ax_pdutoh32(header, buf);
lib/libagentx/ax.c
1286
ostring->aos_slen = ax_pdutoh32(header, buf);
lib/libagentx/ax.c
132
header.aph_sessionid = ax_pdutoh32(&header, u8);
lib/libagentx/ax.c
1333
varbind->avb_data.avb_int32 = ax_pdutoh32(header, buf);
lib/libagentx/ax.c
134
header.aph_transactionid = ax_pdutoh32(&header, u8);
lib/libagentx/ax.c
1340
varbind->avb_data.avb_uint32 = ax_pdutoh32(header, buf);
lib/libagentx/ax.c
136
header.aph_packetid = ax_pdutoh32(&header, u8);
lib/libagentx/ax.c
138
header.aph_plength = ax_pdutoh32(&header, u8);
lib/libagentx/ax.c
293
response->ap_uptime = ax_pdutoh32(&header, u8);
lib/libagentx/ax.c
50
static uint32_t ax_pdutoh32(struct ax_pdu_header *, uint8_t *);
lib/libagentx/ax.c
966
packetid = ax_pdutoh32(&header, &(ax->ax_wbuf[ax->ax_wblen + 12]));
usr.sbin/snmpd/ax.c
1115
packetid = ax_pdutoh32(&header, &(ax->ax_wbuf[ax->ax_wblen + 12]));
usr.sbin/snmpd/ax.c
129
header.aph_sessionid = ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
131
header.aph_transactionid = ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
133
header.aph_packetid = ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
135
header.aph_plength = ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
1390
oid->aoi_id[i] = ax_pdutoh32(header, buf);
usr.sbin/snmpd/ax.c
1408
ostring->aos_slen = ax_pdutoh32(header, buf);
usr.sbin/snmpd/ax.c
1455
varbind->avb_data.avb_int32 = ax_pdutoh32(header, buf);
usr.sbin/snmpd/ax.c
1462
varbind->avb_data.avb_uint32 = ax_pdutoh32(header, buf);
usr.sbin/snmpd/ax.c
262
ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
292
ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
399
response->ap_uptime = ax_pdutoh32(&header, u8);
usr.sbin/snmpd/ax.c
49
static uint32_t ax_pdutoh32(struct ax_pdu_header *, uint8_t *);