genericopenlibs/openenvcore/include/sys/sockio.dosc
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 14:02:55 +0300
branchRCL_3
changeset 64 c44f36bb61a3
parent 0 e4d67989cc36
child 75 254b651f304e
permissions -rw-r--r--
Revision: 201021 Kit: 201036

/** @file  ../include/sys/sockio.h
@internalComponent
*/

/** @def SIOCGIFCONF

Socket ioctl's. get ifnet list.
		
@publishedAll
@released
*/


/** @def SIOCGIFACTIVECONF	

Socket ioctl's. get active ifnet list.

@publishedAll
@released
*/

/** @def SIOCSIFNAME			

Socket ioctl's. set IF name.

@publishedAll
@released
*/

/** @def SIOCGIFINDEX		

Socket ioctl's. get IF name.

@publishedAll
@released
*/

/** @def SIOCIFSTART			

Socket ioctl's. start the IF.

@publishedAll
@released
*/

/** @def SIOCIFACTIVESTART	

Socket ioctl's. start the sub IF.

@publishedAll
@released
*/

/** @def SIOCIFSTOP		

Socket ioctl's. stop the IF .
	
@publishedAll
@released
*/

/** @def SIOCATMARK			

Socket ioctl's. 

@publishedAll
@released
*/
/** @def SIOCADDRT			

Socket ioctl's. add route.

@publishedAll
@released
*/

/** @def SIOCDELRT			

Socket ioctl's. delete route.

@publishedAll
@released
*/

/** @def SIOCGIFHWADDR			

Socket ioctl's. get MAC address.

@publishedAll
@released
*/

/** @def SIOCGIFACTIVEIAP	

 Socket Ioctl option. Gets current active IAP ID.

@publishedAll
@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
*/