Difference for arch/linux/arch_ip.cpp from version 1.1 to 1.2


version 1.1 version 1.2
Line 58
 
Line 58
  return 0;   return 0;
 }  }
   
   #ifdef UDPDEBUG
 /* Like dumpraddr() but for structure "sockaddr_in"  /* Like dumpraddr() but for structure "sockaddr_in"
  */   */
   
Line 72
 
Line 73
  memcpy(qhbuf+4,&ports,2);   memcpy(qhbuf+4,&ports,2);
  dumpraddr(qhbuf);   dumpraddr(qhbuf);
 }  }
   #endif
   
   
 int ip_sendtoca(ip_addr addr,const void *buf,int len){  int ip_sendtoca(ip_addr addr,const void *buf,int len){

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2