/[lwip]/lwip/src/include/ipv6/lwip/ip.h
ViewVC logotype

Diff of /lwip/src/include/ipv6/lwip/ip.h

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

revision 1.3 by jani, Fri Feb 21 16:43:46 2003 UTC revision 1.4 by likewise, Mon Jun 9 21:14:47 2003 UTC
# Line 81  void ip_input(struct pbuf *p, struct net Line 81  void ip_input(struct pbuf *p, struct net
81    
82  /* source and destination addresses in network byte order, please */  /* source and destination addresses in network byte order, please */
83  err_t ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,  err_t ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,
84                 unsigned char ttl, unsigned char proto);           unsigned char ttl, unsigned char proto);
85    
86  err_t ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,  err_t ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,
87                    unsigned char ttl, unsigned char proto,        unsigned char ttl, unsigned char proto,
88                    struct netif *netif);        struct netif *netif);
89    
90  #if IP_DEBUG  #if IP_DEBUG
91  void ip_debug_print(struct pbuf *p);  void ip_debug_print(struct pbuf *p);

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