~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to include/net-snmp/library/snmpTCPIPv6Domain.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _SNMPTCPIPV6DOMAIN_H
 
2
#define _SNMPTCPIPV6DOMAIN_H
 
3
 
 
4
#ifdef __cplusplus
 
5
extern          "C" {
 
6
#endif
 
7
 
 
8
#include <net-snmp/library/snmp_transport.h>
 
9
#include <net-snmp/library/asn1.h>
 
10
 
 
11
extern oid      netsnmp_TCPIPv6Domain[]; /* = { ENTERPRISE_MIB, 3, 3, 5 }; */
 
12
 
 
13
netsnmp_transport *netsnmp_tcp6_transport(struct sockaddr_in6 *addr, 
 
14
                                          int local);
 
15
 
 
16
/*
 
17
 * "Constructor" for transport domain object.  
 
18
 */
 
19
 
 
20
void            netsnmp_tcp6_ctor(void);
 
21
 
 
22
#ifdef __cplusplus
 
23
}
 
24
#endif
 
25
#endif/*_SNMPTCPIPV6DOMAIN_H*/