/[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.5.2.1 by likewise, Wed May 14 14:38:28 2003 UTC revision 1.5.2.2 by likewise, Wed Jun 4 10:30:00 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.5.2.1  
changed lines
  Added in v.1.5.2.2

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