genericopenlibs/openenvcore/include/sys/sockio.dosc
branchRCL_3
changeset 64 c44f36bb61a3
parent 0 e4d67989cc36
child 75 254b651f304e
--- 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