X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2FmibII%2Fudp.h;fp=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2FmibII%2Fudp.h;h=0000000000000000000000000000000000000000;hb=cf3b25a5003e531e4599b2a56fa007f272198570;hp=530c95eb255994961ede40d3b7d24b0f40e3dce1;hpb=59e02c1be2c9b373846b0789fbd5b7ef46f0927f;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.h b/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.h deleted file mode 100755 index 530c95eb..00000000 --- a/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Template MIB group interface - udp.h - * - */ -#ifndef _MIBGROUP_UDP_H -#define _MIBGROUP_UDP_H - - -config_require(mibII/udpTable util_funcs) -config_arch_require(solaris2, kernel_sunos5) -config_arch_require(linux, mibII/kernel_linux) - -extern void init_udp(void); -extern FindVarMethod var_udp; - - -#define UDPINDATAGRAMS 0 -#define UDPNOPORTS 1 -#define UDPINERRORS 2 -#define UDPOUTDATAGRAMS 3 -#define UDPLOCALADDRESS 4 -#define UDPLOCALPORT 5 - -#endif /* _MIBGROUP_UDP_H */