/usr/include/net-snmp/library/snmpTCPBaseDomain.h is in libsnmp-dev 5.7.2~dfsg-8.1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #ifndef SNMPTCPBASEDOMAIN_H
#define SNMPTCPBASEDOMAIN_H
#include <net-snmp/library/snmp_transport.h>
#ifdef __cplusplus
extern "C" {
#endif
/*
* Prototypes
*/
int netsnmp_tcpbase_recv(netsnmp_transport *t, void *buf, int size,
void **opaque, int *olength);
int netsnmp_tcpbase_send(netsnmp_transport *t, void *buf, int size,
void **opaque, int *olength);
#ifdef __cplusplus
}
#endif
#endif /* SNMPTCPBASEDOMAIN_H */
|