epoc32/include/stdapis/sys/sockio.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/sys/sockio.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/sys/sockio.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,5 +1,3 @@
     1.4 -// © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
     1.5 -// © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
     1.6  
     1.7  /*-
     1.8   * Copyright (c) 1982, 1986, 1990, 1993, 1994
     1.9 @@ -28,7 +26,7 @@
    1.10   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    1.11   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    1.12   * SUCH DAMAGE.
    1.13 - *
    1.14 + *   Portions Copyright (c) 2006-2007  Nokia Corporation and/or its subsidiary(-ies).  All rights reserved.
    1.15   *	@(#)sockio.h	8.1 (Berkeley) 3/28/94
    1.16   * $FreeBSD: src/sys/sys/sockio.h,v 1.28 2005/06/05 03:13:13 thompsa Exp $
    1.17   */
    1.18 @@ -46,6 +44,7 @@
    1.19  #define	SIOCGIFACTIVECONF	_IOWR('s', 4, struct ifconf)	/* get active ifnet list */
    1.20  #define	SIOCSIFNAME			_IOW('s', 5, struct ifreq)	/* set IF name */
    1.21  #define	SIOCGIFINDEX		_IOWR('s', 6, struct ifreq)	/* get IF name */
    1.22 +#define SIOCGIFACTIVEIAP    _IOWR('s',12,struct ifreq) /* gets current active IAP/SNAP*/
    1.23  #define	SIOCIFSTART			_IOR('s', 7, NULL)	/* start the IF */
    1.24  #define	SIOCIFACTIVESTART	_IOR('s', 8, NULL)	/* start the sub IF */
    1.25  #define	SIOCIFSTOP			_IOR('s', 9, NULL)	/* stop the IF */