mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-17 02:42:29 +00:00
Fixed some build issues regarding snmp.h
This commit is contained in:
parent
daebdd1d77
commit
dc49999124
@ -42,7 +42,7 @@
|
||||
|
||||
#include "lwip/stats.h"
|
||||
|
||||
#include "snmp.h"
|
||||
#include "lwip/snmp.h"
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
icmp_input(struct pbuf *p, struct netif *inp)
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
#include "arch/perf.h"
|
||||
|
||||
#include "snmp.h"
|
||||
#include "lwip/snmp.h"
|
||||
#if LWIP_DHCP
|
||||
#include "lwip/dhcp.h"
|
||||
#endif /* LWIP_DHCP */
|
||||
|
@ -28,7 +28,7 @@
|
||||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: udp.c,v 1.18 2003/02/10 13:47:47 likewise Exp $
|
||||
* $Id: udp.c,v 1.19 2003/02/10 21:58:34 davidhaas Exp $
|
||||
*/
|
||||
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
@ -50,7 +50,7 @@
|
||||
#include "lwip/stats.h"
|
||||
|
||||
#include "arch/perf.h"
|
||||
#include "snmp.h"
|
||||
#include "lwip/snmp.h"
|
||||
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
@ -123,6 +123,8 @@ void snmp_inc_udpoutdatagrams(void);
|
||||
#define snmp_inc_ipoutdiscards()
|
||||
#define snmp_inc_ipoutrequests()
|
||||
#define snmp_inc_ipunknownprotos()
|
||||
#define snmp_inc_ipnoroutes()
|
||||
#define snmp_inc_ipforwdatagrams()
|
||||
|
||||
// ICMP
|
||||
#define snmp_inc_icmpinmsgs()
|
||||
|
Loading…
x
Reference in New Issue
Block a user