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

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

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

revision 1.26.2.2 by kieranm, Thu Aug 21 09:59:21 2003 UTC revision 1.26.2.3 by kieranm, Thu Aug 21 10:47:46 2003 UTC
# Line 109  ip_lookup(void *header, struct netif *in Line 109  ip_lookup(void *header, struct netif *in
109    switch (IPH_PROTO(iphdr)) {    switch (IPH_PROTO(iphdr)) {
110  #if LWIP_UDP > 0  #if LWIP_UDP > 0
111    case IP_PROTO_UDP:    case IP_PROTO_UDP:
112      case IP_PROTO_UDPLITE:
113      return udp_lookup(iphdr, inp);      return udp_lookup(iphdr, inp);
114  #endif /* LWIP_UDP */  #endif /* LWIP_UDP */
115  #if LWIP_TCP > 0  #if LWIP_TCP > 0
# Line 400  ip_input(struct pbuf *p, struct netif *i Line 401  ip_input(struct pbuf *p, struct netif *i
401    switch (IPH_PROTO(iphdr)) {    switch (IPH_PROTO(iphdr)) {
402  #if LWIP_UDP > 0  #if LWIP_UDP > 0
403    case IP_PROTO_UDP:    case IP_PROTO_UDP:
404      case IP_PROTO_UDPLITE:
405      snmp_inc_ipindelivers();      snmp_inc_ipindelivers();
406      udp_input(p, inp);      udp_input(p, inp);
407      break;      break;

Legend:
Removed from v.1.26.2.2  
changed lines
  Added in v.1.26.2.3

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