diff -r 82ca0c6a68ed -r c44f36bb61a3 genericopenlibs/openenvcore/include/sys/sockio.dosc --- a/genericopenlibs/openenvcore/include/sys/sockio.dosc Wed Sep 15 00:31:55 2010 +0300 +++ b/genericopenlibs/openenvcore/include/sys/sockio.dosc Wed Sep 15 14:02:55 2010 +0300 @@ -98,3 +98,76 @@ @released */ +/** @def SIOCGIFFLAGS +Socket Ioctl option. Gets MAC address. + +@publishedAll +@released +*/ + +/** @def SIOCGIFMTU + +Socket Ioctl option. Gets IF MTU . + +@publishedAll +@released +*/ + + +/** @def SIOCGIFNETMASK +Socket Ioctl option. Gets net addr mask . + +@publishedAll +@released +*/ + +/** @def SIOCGIFDEFGATEWAY +Socket Ioctl option. Gets the default gateway of the interface . + +@publishedAll +@released +*/ + + +/** @def SIOCSIFMTU +Socket Ioctl option. set IF mtu . + +@publishedAll +@released +*/ + +/** @def SIOCENUMROUTES +Socket Ioctl option. Enumerate routes . + +@publishedAll +@released +*/ + +/** @def SIOCSETDNSSUFFIX +Socket Ioctl option. Sets the dns suffixes of the interface . + +@publishedAll +@released +*/ + +/** @def SIOCGETDNSSUFFIX +Socket Ioctl option. Gets the dns suffixes of the interface . + +@publishedAll +@released +*/ + +/** @def SIOCSNAMESERVER +Socket Ioctl option. Sets the name server on the interface . + +@publishedAll +@released +*/ + + +/** @def SIOCGNAMESERVER +Socket Ioctl option. Get the name server on the interface . + +@publishedAll +@released +*/ \ No newline at end of file