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

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

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

revision 1.6 by likewise, Thu May 1 13:24:01 2003 UTC revision 1.7 by jani, Mon May 19 14:41:55 2003 UTC
# Line 237  ip_input(struct pbuf *p, struct netif *i Line 237  ip_input(struct pbuf *p, struct netif *i
237      /* send ICMP destination protocol unreachable */      /* send ICMP destination protocol unreachable */
238      icmp_dest_unreach(p, ICMP_DUR_PROTO);      icmp_dest_unreach(p, ICMP_DUR_PROTO);
239      pbuf_free(p);      pbuf_free(p);
240      DEBUGF(IP_DEBUG, ("Unsupported transportation protocol %u\n",      DEBUGF(IP_DEBUG, ("Unsupported transport protocol %u\n",
241                        iphdr->nexthdr));                        iphdr->nexthdr));
242    
243  #ifdef IP_STATS  #ifdef IP_STATS

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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