[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.131 and 1.132

version 1.131, 2005/02/26 22:45:12 version 1.132, 2005/03/09 05:07:19
Line 1334  SYSCTL_SETUP(sysctl_net_inet_udp_setup, 
Line 1334  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.131  
changed lines
  Added in v.1.132

CVSweb <webmaster@jp.NetBSD.org>