/[lwip]/lwip/src/api/sockets.c
ViewVC logotype

Diff of /lwip/src/api/sockets.c

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

revision 1.24 by softins, Thu Jul 22 08:08:50 2004 UTC revision 1.25 by jani, Tue Nov 9 11:44:06 2004 UTC
# Line 418  lwip_recvfrom(int s, void *mem, int len, Line 418  lwip_recvfrom(int s, void *mem, int len,
418      ip_addr_debug_print(SOCKETS_DEBUG, addr);      ip_addr_debug_print(SOCKETS_DEBUG, addr);
419      LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%u len=%u\n", port, copylen));      LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%u len=%u\n", port, copylen));
420    } else {    } else {
421  #if SOCKETS_DEBUG != 0  #if SOCKETS_DEBUG
422      addr = netbuf_fromaddr(buf);      addr = netbuf_fromaddr(buf);
423      port = netbuf_fromport(buf);      port = netbuf_fromport(buf);
424    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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