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

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

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

revision 1.12 by jani, Thu Feb 20 16:32:23 2003 UTC revision 1.13 by jani, Fri Mar 7 10:55:58 2003 UTC
# Line 116  struct netif *netif_add(struct ip_addr * Line 116  struct netif *netif_add(struct ip_addr *
116                          err_t (* init)(struct netif *netif),                          err_t (* init)(struct netif *netif),
117                          err_t (* input)(struct pbuf *p, struct netif *netif));                          err_t (* input)(struct pbuf *p, struct netif *netif));
118    
119    void
120    netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
121              struct ip_addr *gw);
122  void netif_remove(struct netif * netif);  void netif_remove(struct netif * netif);
123    
124  /* Returns a network interface given its name. The name is of the form  /* Returns a network interface given its name. The name is of the form

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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