/[lwip]/lwip/src/include/lwip/udp.h
ViewVC logotype

Diff of /lwip/src/include/lwip/udp.h

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

revision 1.3 by jani, Wed Jan 22 16:18:05 2003 UTC revision 1.4 by likewise, Tue Feb 4 18:50:30 2003 UTC
# Line 88  err_t            udp_send       (struct Line 88  err_t            udp_send       (struct
88  #define          udp_setflags(pcb, f)  ((pcb)->flags = (f))  #define          udp_setflags(pcb, f)  ((pcb)->flags = (f))
89    
90    
91  /* The following functions is the lower layer interface to UDP. */  /* The following functions are the lower layer interface to UDP. */
92  u8_t             udp_lookup     (struct ip_hdr *iphdr, struct netif *inp);  u8_t             udp_lookup     (struct ip_hdr *iphdr, struct netif *inp);
93  void             udp_input      (struct pbuf *p, struct netif *inp);  void             udp_input      (struct pbuf *p, struct netif *inp);
94  void             udp_init       (void);  void             udp_init       (void);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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