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

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

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

revision 1.8 by jani, Fri Feb 21 16:43:46 2003 UTC revision 1.9 by likewise, Mon Jun 9 21:14:47 2003 UTC
# Line 47  u8_t ip_lookup(void *header, struct neti Line 47  u8_t ip_lookup(void *header, struct neti
47  struct netif *ip_route(struct ip_addr *dest);  struct netif *ip_route(struct ip_addr *dest);
48  err_t ip_input(struct pbuf *p, struct netif *inp);  err_t ip_input(struct pbuf *p, struct netif *inp);
49  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,
50                  u8_t ttl, u8_t proto);      u8_t ttl, u8_t proto);
51  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,
52                     u8_t ttl, u8_t proto,         u8_t ttl, u8_t proto,
53                     struct netif *netif);         struct netif *netif);
54    
55  #define IP_HLEN 20  #define IP_HLEN 20
56    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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