/[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.23.2.2 by likewise, Mon Apr 14 11:27:10 2003 UTC revision 1.23.2.3 by likewise, Mon Apr 14 14:29:14 2003 UTC
# Line 1089  static void dhcp_free_reply(struct dhcp Line 1089  static void dhcp_free_reply(struct dhcp
1089    
1090    
1091  /**  /**
1092   * If an incoming DHCP message is in response to use, then trigger the state machine   * If an incoming DHCP message is in response to us, then trigger the state machine
1093   */   */
1094  static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port)  static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port)
1095  {  {
# Line 1099  static void dhcp_recv(void *arg, struct Line 1099  static void dhcp_recv(void *arg, struct
1099    u8_t *options_ptr;    u8_t *options_ptr;
1100    u8_t msg_type;    u8_t msg_type;
1101    u8_t i;    u8_t i;
1102    DEBUGF(DHCP_DEBUG | DBG_TRACE, ("dhcp_recv()\n"));    DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_recv() from DHCP server %u.%u.%u.%u port %u\n", port));
1103    DEBUGF(DHCP_DEBUG | DBG_TRACE, ("pbuf->len = %u\n", p->len));    DEBUGF(DHCP_DEBUG | DBG_TRACE, ("pbuf->len = %u\n", p->len));
1104    DEBUGF(DHCP_DEBUG | DBG_TRACE, ("pbuf->tot_len = %u\n", p->tot_len));    DEBUGF(DHCP_DEBUG | DBG_TRACE, ("pbuf->tot_len = %u\n", p->tot_len));
1105    dhcp->p = p;    dhcp->p = p;

Legend:
Removed from v.1.23.2.2  
changed lines
  Added in v.1.23.2.3

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