/[lwip]/lwip/src/core/ipv6/icmp6.c
ViewVC logotype

Diff of /lwip/src/core/ipv6/icmp6.c

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

revision 1.11 by likewise, Wed Jun 11 22:34:51 2003 UTC revision 1.11.2.1 by likewise, Fri Nov 14 09:42:51 2003 UTC
# Line 42  Line 42 
42    
43  #include "lwip/stats.h"  #include "lwip/stats.h"
44    
45  /*-----------------------------------------------------------------------------------*/  
46  void  void
47  icmp_input(struct pbuf *p, struct netif *inp)  icmp_input(struct pbuf *p, struct netif *inp)
48  {  {
# Line 113  icmp_input(struct pbuf *p, struct netif Line 113  icmp_input(struct pbuf *p, struct netif
113    
114    pbuf_free(p);    pbuf_free(p);
115  }  }
116  /*-----------------------------------------------------------------------------------*/  
117  void  void
118  icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t)  icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t)
119  {  {
# Line 143  icmp_dest_unreach(struct pbuf *p, enum i Line 143  icmp_dest_unreach(struct pbuf *p, enum i
143        (struct ip_addr *)&(iphdr->src), ICMP_TTL, IP_PROTO_ICMP);        (struct ip_addr *)&(iphdr->src), ICMP_TTL, IP_PROTO_ICMP);
144    pbuf_free(q);    pbuf_free(q);
145  }  }
146  /*-----------------------------------------------------------------------------------*/  
147  void  void
148  icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t)  icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t)
149  {  {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

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