예제 #1
0
파일: inet.c 프로젝트: EchoLiao/minix-study
PRIVATE void nw_conf()
{
	read_conf();
	eth_prep();
	arp_prep();
	psip_prep();
	ip_prep();
	tcp_prep();
	udp_prep();
}
예제 #2
0
파일: inet.c 프로젝트: locosoft1986/nucleos
static void nw_conf()
{
	read_conf();
	eth_prep();
	arp_prep();
	psip_prep();
	ip_prep();
	tcp_prep();
	udp_prep();
}