Searched refs:SNMP_MSG_PRIV_FLAG (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.h253 #define SNMP_MSG_PRIV_FLAG 0x2 macro
H A Dsnmp.c342 ASN_ERR_OK ||((pdu->flags & SNMP_MSG_PRIV_FLAG) != 0 &&
397 if ((pdu->flags & SNMP_MSG_PRIV_FLAG) != 0) {
417 if ((pdu->flags & SNMP_MSG_PRIV_FLAG) != 0 && asn_put_temp_header(b,
663 (pdu->flags & SNMP_MSG_PRIV_FLAG) == 0)
1201 pdu->flags |= SNMP_MSG_PRIV_FLAG;
1208 pdu->flags |= SNMP_MSG_PRIV_FLAG;
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c354 if (((pdu->flags & SNMP_MSG_PRIV_FLAG) != 0 &&
358 ((pdu->flags & SNMP_MSG_PRIV_FLAG) == 0 &&

Completed in 117 milliseconds