Home
last modified time | relevance | path

Searched refs:RSGT_FLAG_TLV16 (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksils12.h33 #define RSGT_FLAG_TLV16 0x80 macro
H A Dlib_ksils12.c234 buf[0] = (flags & ~RSGT_FLAG_TLV16) | tlvtype; in tlvWriteHeader8()
247 typ = ((flags | RSGT_FLAG_TLV16) << 8) | tlvtype; in tlvWriteHeader16()