Re: About 'sysctl' routine problem?

2002-08-15 Thread ouyang kai
Dear Terry,  Thank you! >Once again, we are talking about linker sets.  This is a little>more complex, though, since you have to take the "boot environment">into account, as well (the boot environment is the basis for a>preinitialized sysctl space contents, seperate from the code you>see in the ker

Re: About 'sysctl' routine problem?

2002-08-14 Thread Terry Lambert
ouyang kai wrote: > >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable | Hi guys, | In the "TCP/IP Illustrated, Volume2: The Implementation" book, | there give 'ioctl' and 'sysctl' in the kernel routine. | ioctl -> sooioctl->(interface)ifioctl. | sys

About 'sysctl' routine problem?

2002-08-14 Thread ouyang kai
Hi guys,  In the "TCP/IP Illustrated, Volume2: The Implementation" book,there give 'ioctl' and 'sysctl' in the kernel routine.  ioctl -> sooioctl->(interface)ifioctl.  sysctl-> net_sysctl -> pr_sysctl -> ip_sysctl  Now, I can find the corresponding code about 'ioctl' routine.But, I could no