/[lwip]/lwip/src/core/ipv4/icmp.c
ViewVC logotype

Diff of /lwip/src/core/ipv4/icmp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16.2.3 by jani, Tue Nov 4 11:47:50 2003 UTC revision 1.16.2.4 by likewise, Fri Nov 14 09:42:51 2003 UTC
# Line 43  Line 43 
43  #include "lwip/stats.h"  #include "lwip/stats.h"
44    
45  #include "lwip/snmp.h"  #include "lwip/snmp.h"
46  /*-----------------------------------------------------------------------------------*/  
47  void  void
48  icmp_input(struct pbuf *p, struct netif *inp)  icmp_input(struct pbuf *p, struct netif *inp)
49  {  {
# Line 124  icmp_input(struct pbuf *p, struct netif Line 124  icmp_input(struct pbuf *p, struct netif
124    }    }
125    pbuf_free(p);    pbuf_free(p);
126  }  }
127  /*-----------------------------------------------------------------------------------*/  
128  void  void
129  icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t)  icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t)
130  {  {
# Line 156  icmp_dest_unreach(struct pbuf *p, enum i Line 156  icmp_dest_unreach(struct pbuf *p, enum i
156              ICMP_TTL, 0, IP_PROTO_ICMP);              ICMP_TTL, 0, IP_PROTO_ICMP);
157    pbuf_free(q);    pbuf_free(q);
158  }  }
159  /*-----------------------------------------------------------------------------------*/  
160  #if IP_FORWARD  #if IP_FORWARD
161  void  void
162  icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t)  icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t)

Legend:
Removed from v.1.16.2.3  
changed lines
  Added in v.1.16.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26