/[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.5 by likewise, Sat Feb 7 23:24:10 2004 UTC revision 1.6 by christiaans, Fri Nov 25 12:03:39 2005 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);           u8_t ttl, u8_t 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,        u8_t ttl, u8_t proto,
88        struct netif *netif);        struct netif *netif);
89    
90  #if IP_DEBUG  #if IP_DEBUG

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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