[BACK]Return to udp_usrreq.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/udp_usrreq.c between version 1.103.2.8 and 1.103.2.9

version 1.103.2.8, 2005/03/04 16:53:30 version 1.103.2.9, 2005/04/01 14:31:50
Line 1336  SYSCTL_SETUP(sysctl_net_inet_udp_setup, 
Line 1336  SYSCTL_SETUP(sysctl_net_inet_udp_setup, 
                        NULL, 0, &udp_do_loopback_cksum, 0,                         NULL, 0, &udp_do_loopback_cksum, 0,
                        CTL_NET, PF_INET, IPPROTO_UDP, UDPCTL_LOOPBACKCKSUM,                         CTL_NET, PF_INET, IPPROTO_UDP, UDPCTL_LOOPBACKCKSUM,
                        CTL_EOL);                         CTL_EOL);
           sysctl_createv(clog, 0, NULL, NULL,
                          CTLFLAG_PERMANENT,
                          CTLTYPE_STRUCT, "pcblist",
                          SYSCTL_DESCR("UDP protocol control block list"),
                          sysctl_inpcblist, 0, &udbtable, 0,
                          CTL_NET, PF_INET, IPPROTO_UDP, CTL_CREATE,
                          CTL_EOL);
 }  }
 #endif  #endif
   

Legend:
Removed from v.1.103.2.8  
changed lines
  Added in v.1.103.2.9

CVSweb <webmaster@jp.NetBSD.org>