dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / snmp / apps / snmptrapd_log.h
blobebd05fc6073117a15f777cffcb5cbffe6b3fb116
1 #ifndef _SNMPTRAPD_LOG_H
2 #define _SNMPTRAPD_LOG_H
4 #define NETSNMP_DS_APP_NUMERIC_IP 8 /* must not conflict with agent's DS booleans */
6 int realloc_format_trap(u_char ** buf, size_t * buf_len,
7 size_t * out_len, int allow_realloc,
8 const char *format_str,
9 netsnmp_pdu *pdu,
10 struct netsnmp_transport_s *transport);
12 int realloc_format_plain_trap(u_char ** buf, size_t * buf_len,
13 size_t * out_len,
14 int allow_realloc,
15 netsnmp_pdu *pdu,
16 struct netsnmp_transport_s
17 *transport);
18 #endif /* _SNMPTRAPD_LOG_H */