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

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

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

revision 1.51 by likewise, Thu Oct 14 11:57:53 2004 UTC revision 1.52 by likewise, Thu Nov 4 19:19:29 2004 UTC
# Line 100  static void dhcp_check(struct netif *net Line 100  static void dhcp_check(struct netif *net
100  static void dhcp_bind(struct netif *netif);  static void dhcp_bind(struct netif *netif);
101  static err_t dhcp_decline(struct netif *netif);  static err_t dhcp_decline(struct netif *netif);
102  static err_t dhcp_rebind(struct netif *netif);  static err_t dhcp_rebind(struct netif *netif);
 static err_t dhcp_release(struct netif *netif);  
103  static void dhcp_set_state(struct dhcp *dhcp, unsigned char new_state);  static void dhcp_set_state(struct dhcp *dhcp, unsigned char new_state);
104    
105  /** receive, unfold, parse and free incoming messages */  /** receive, unfold, parse and free incoming messages */
# Line 925  static err_t dhcp_rebind(struct netif *n Line 924  static err_t dhcp_rebind(struct netif *n
924   *   *
925   * @param netif network interface which must release its lease   * @param netif network interface which must release its lease
926   */   */
927  static err_t dhcp_release(struct netif *netif)  err_t dhcp_release(struct netif *netif)
928  {  {
929    struct dhcp *dhcp = netif->dhcp;    struct dhcp *dhcp = netif->dhcp;
930    err_t result;    err_t result;

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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