Home
last modified time | relevance | path

Searched refs:AX_PDU_FLAG_NETWORK_BYTE_ORDER (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libagentx/
Dax.c965 AX_PDU_FLAG_NETWORK_BYTE_ORDER : 0; in ax_pdu_queue()
993 flags |= AX_PDU_FLAG_NETWORK_BYTE_ORDER; in ax_pdu_header()
1212 if (header->aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in ax_pdutoh16()
1223 if (header->aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in ax_pdutoh32()
1234 if (header->aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in ax_pdutoh64()
Dax.h24 #define AX_PDU_FLAG_NETWORK_BYTE_ORDER (1 << 4) macro
/openbsd/src/usr.sbin/snmpd/
Dax.c1114 AX_PDU_FLAG_NETWORK_BYTE_ORDER : 0; in ax_pdu_queue()
1142 flags |= AX_PDU_FLAG_NETWORK_BYTE_ORDER; in ax_pdu_header()
1334 if (header->aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in ax_pdutoh16()
1345 if (header->aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in ax_pdutoh32()
1356 if (header->aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in ax_pdutoh64()
Dax.h27 #define AX_PDU_FLAG_NETWORK_BYTE_ORDER (1 << 4) macro
Dapplication_agentx.c310 AX_PDU_FLAG_NETWORK_BYTE_ORDER ? in appl_agentx_recv()
488 if (pdu->ap_header.aph_flags & AX_PDU_FLAG_NETWORK_BYTE_ORDER) in appl_agentx_open()