/[lwip]/lwip/src/core/netif.c
ViewVC logotype

Diff of /lwip/src/core/netif.c

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

revision 1.4 by likewise, Mon Feb 10 13:47:47 2003 UTC revision 1.5 by jani, Tue Feb 11 09:51:22 2003 UTC
# Line 45  struct netif *netif_default = NULL; Line 45  struct netif *netif_default = NULL;
45   * @param ipaddr IP address for the new netif   * @param ipaddr IP address for the new netif
46   * @param netmask network mask for the new netif   * @param netmask network mask for the new netif
47   * @param gw default gateway IP address for the new netif   * @param gw default gateway IP address for the new netif
48   * @init callback function that initializes the interface   * @param state opaque data passed to the new netif
49   * @input callback function that...   * @param init callback function that initializes the interface
50     * @param input callback function that...
51   *   *
52   * @return netif, or NULL if failed.   * @return netif, or NULL if failed.
53   */   */

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

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