Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <sockio.h>

SIOCGIFCONF

SIOCGIFCONF _IOWR('s', 3, struct ifconf)

Description

Socket ioctl's. get ifnet list.

[Top]


SIOCGIFACTIVECONF

SIOCGIFACTIVECONF _IOWR('s', 4, struct ifconf)

Description

Socket ioctl's. get active ifnet list.

[Top]


SIOCSIFNAME

SIOCSIFNAME _IOW('s', 5, struct ifreq)

Description

Socket ioctl's. set IF name.

[Top]


SIOCGIFINDEX

SIOCGIFINDEX _IOWR('s', 6, struct ifreq)

Description

Socket ioctl's. get IF name.

[Top]


SIOCIFSTART

SIOCIFSTART _IOR('s', 7, NULL)

Description

Socket ioctl's. start the IF.

[Top]


SIOCIFACTIVESTART

SIOCIFACTIVESTART _IOR('s', 8, NULL)

Description

Socket ioctl's. start the sub IF.

[Top]


SIOCIFSTOP

SIOCIFSTOP _IOR('s', 9, NULL)

Description

Socket ioctl's. stop the IF .

[Top]


SIOCATMARK

SIOCATMARK _IOR('s', 10, int)

Description

Socket ioctl's.

[Top]


SIOCADDRT

SIOCADDRT _IOW('r', 12, struct rtentry)

Description

Socket ioctl's. add route.

[Top]


SIOCDELRT

SIOCDELRT _IOW('r', 13, struct rtentry)

Description

Socket ioctl's. delete route.

[Top]


SIOCGIFHWADDR

SIOCGIFHWADDR _IOW('s', 14, struct ifreq)

Description

Socket ioctl's. get MAC address.