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

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

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

revision 1.44 by likewise, Wed Jun 11 22:11:42 2003 UTC revision 1.44.2.1 by likewise, Thu Jun 19 10:33:58 2003 UTC
# Line 457  udp_bind(struct udp_pcb *pcb, struct ip_ Line 457  udp_bind(struct udp_pcb *pcb, struct ip_
457  {  {
458    struct udp_pcb *ipcb;    struct udp_pcb *ipcb;
459    u8_t rebind;    u8_t rebind;
460    LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("udp_bind(ipaddr = %lx, port = %u)\n", ipaddr->addr, port));    LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("udp_bind(ipaddr = "));
461      ip_addr_debug_print(UDP_DEBUG, ipaddr);
462      LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, (", port = %u)\n", port));
463    rebind = 0;    rebind = 0;
464    /* Check for double bind and rebind of the same pcb */    /* Check for double bind and rebind of the same pcb */
465    for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {    for (ipcb = udp_pcbs; ipcb != NULL; ipcb = ipcb->next) {

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.44.2.1

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