oskit/oskit-20020317/freebsd/net
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
include import 2016-02-19 15:02:31 +03:00
GNUmakefile.in import 2016-02-19 15:02:31 +03:00
GNUmakerules import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
accept.c import 2016-02-19 15:02:31 +03:00
bind.c import 2016-02-19 15:02:31 +03:00
bsdnet_add_default_route.c import 2016-02-19 15:02:31 +03:00
bsdnet_com.c import 2016-02-19 15:02:31 +03:00
bsdnet_com.h import 2016-02-19 15:02:31 +03:00
bsdnet_driver.c import 2016-02-19 15:02:31 +03:00
bsdnet_init.c import 2016-02-19 15:02:31 +03:00
bsdnet_mib_icmp.c import 2016-02-19 15:02:31 +03:00
bsdnet_mib_icmp.h import 2016-02-19 15:02:31 +03:00
bsdnet_mib_ip.c import 2016-02-19 15:02:31 +03:00
bsdnet_mib_ip.h import 2016-02-19 15:02:31 +03:00
bsdnet_mib_tcp.c import 2016-02-19 15:02:31 +03:00
bsdnet_mib_tcp.h import 2016-02-19 15:02:31 +03:00
bsdnet_mib_udp.c import 2016-02-19 15:02:31 +03:00
bsdnet_mib_udp.h import 2016-02-19 15:02:31 +03:00
bsdnet_net_io.h import 2016-02-19 15:02:31 +03:00
bsdnet_socket_factory.c import 2016-02-19 15:02:31 +03:00
bsdnet_socket_factory.h import 2016-02-19 15:02:31 +03:00
bsdnet_socket_factory_secure.c import 2016-02-19 15:02:31 +03:00
bsdnet_socket_factory_secure.h import 2016-02-19 15:02:31 +03:00
connect.c import 2016-02-19 15:02:31 +03:00
ifconfig.c import 2016-02-19 15:02:31 +03:00
ifdown.c import 2016-02-19 15:02:31 +03:00
mbuf_buf_io.c import 2016-02-19 15:02:31 +03:00
mbuf_buf_io.h import 2016-02-19 15:02:31 +03:00
net_receive.c import 2016-02-19 15:02:31 +03:00
read.c import 2016-02-19 15:02:31 +03:00
recvfrom.c import 2016-02-19 15:02:31 +03:00
sendto.c import 2016-02-19 15:02:31 +03:00
setsockopt.c import 2016-02-19 15:02:31 +03:00
socketcomio.c import 2016-02-19 15:02:31 +03:00
sockimpl.h import 2016-02-19 15:02:31 +03:00
sockname.c import 2016-02-19 15:02:31 +03:00
start_first_if.c import 2016-02-19 15:02:31 +03:00
start_if.c import 2016-02-19 15:02:31 +03:00
write.c import 2016-02-19 15:02:31 +03:00

README

Directories: oskit/freebsd/net/, oskit/freebsd/net/include/*
Target: liboskit_freebsd_net.a
Documentation: doc/net.tex
Original Code Source: 
	Flux Research Group, University of Utah
	FreeBSD v2.1.7.1, FreeBSD Project
Description:  
	Glue code for wrapping the FreeBSD network
	stacks, plus various utilities.

	include/ contains header file overrides to make
	the FreeBSD source compile in the OSKit environment.