added network layer functions
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Apr 2004 20:46:44 +0000 (20:46 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Apr 2004 20:46:44 +0000 (20:46 +0000)
commitb7bbdaee15dabc02e4fad1c64bbc3a64aaa3b5d5
tree56a15606d92003451df4f903702f9622f4ef3465
parenta315c9b9b282f2b4e88f77aeea14558ab49f7f9f
added network layer functions

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1501 94cd875c-1c1d-0410-91d2-eb244daf1a30
27 files changed:
util-vserver/lib/Makefile-files
util-vserver/lib/ncaps-net.c [new file with mode: 0644]
util-vserver/lib/ncaps_list-net.c [new file with mode: 0644]
util-vserver/lib/nflags-net.c [new file with mode: 0644]
util-vserver/lib/nflags_list-net.c [new file with mode: 0644]
util-vserver/lib/syscall_getncaps-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_getncaps.c [new file with mode: 0644]
util-vserver/lib/syscall_getnflags-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_getnflags.c [new file with mode: 0644]
util-vserver/lib/syscall_getnxinfo-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_getnxinfo.c [new file with mode: 0644]
util-vserver/lib/syscall_gettasknid-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_gettasknid.c [new file with mode: 0644]
util-vserver/lib/syscall_netadd-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_netadd.c [new file with mode: 0644]
util-vserver/lib/syscall_netcreate-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_netcreate.c [new file with mode: 0644]
util-vserver/lib/syscall_netmigrate-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_netmigrate.c [new file with mode: 0644]
util-vserver/lib/syscall_netremove-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_netremove.c [new file with mode: 0644]
util-vserver/lib/syscall_setncaps-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_setncaps.c [new file with mode: 0644]
util-vserver/lib/syscall_setnflags-net.hc [new file with mode: 0644]
util-vserver/lib/syscall_setnflags.c [new file with mode: 0644]
util-vserver/lib/vserver-internal.h
util-vserver/lib/vserver.h