diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
commit | d5efa260d9c878d89fea33cb2c5d637ba91eea45 (patch) | |
tree | ec17b997212dba12844effe35416883ffc546aed /lib/snmpclient.h | |
parent | cf7f444550f07e0e64bc037f6454eb721dd3df67 (diff) |
Notes
Diffstat (limited to 'lib/snmpclient.h')
-rw-r--r-- | lib/snmpclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/snmpclient.h b/lib/snmpclient.h index e7454b104ef50..a19bdb2ea6537 100644 --- a/lib/snmpclient.h +++ b/lib/snmpclient.h @@ -49,6 +49,7 @@ #define SNMP_TRANS_UDP 0 #define SNMP_TRANS_LOC_DGRAM 1 #define SNMP_TRANS_LOC_STREAM 2 +#define SNMP_TRANS_UDP6 3 /* type of callback function for responses * this callback function is responsible for free() any memory associated with |