/[lwip]/lwip/src/core/udp.c
ViewVC logotype

Diff of /lwip/src/core/udp.c

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

revision 1.25 by davidhaas, Wed Mar 19 22:14:49 2003 UTC revision 1.26 by jani, Fri Mar 21 10:48:22 2003 UTC
# Line 58  Line 58 
58  /*static*/ struct udp_pcb *udp_pcbs = NULL;  /*static*/ struct udp_pcb *udp_pcbs = NULL;
59    
60  static struct udp_pcb *pcb_cache = NULL;  static struct udp_pcb *pcb_cache = NULL;
 #endif /* LWIP_UDP */  
61    
62  #if UDP_DEBUG  #if UDP_DEBUG
63  int udp_debug_print(struct udp_hdr *udphdr);  int udp_debug_print(struct udp_hdr *udphdr);
# Line 68  int udp_debug_print(struct udp_hdr *udph Line 67  int udp_debug_print(struct udp_hdr *udph
67  void  void
68  udp_init(void)  udp_init(void)
69  {  {
 #if LWIP_UDP  
70    udp_pcbs = pcb_cache = NULL;    udp_pcbs = pcb_cache = NULL;
 #endif /* LWIP_UDP */  
71  }  }
72    
 #if LWIP_UDP  
73  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
74  /* udp_lookup:  /* udp_lookup:
75   *   *

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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