epoc32/include/stdapis/net/if_var.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2  * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
       
     3  * Copyright (c) 1982, 1986, 1989, 1993
     2  * Copyright (c) 1982, 1986, 1989, 1993
     4  *      The Regents of the University of California.  All rights reserved.
     3  *      The Regents of the University of California.  All rights reserved.
     5  * Redistribution and use in source and binary forms, with or without
     4  * Redistribution and use in source and binary forms, with or without
     6  * modification, are permitted provided that the following conditions
     5  * modification, are permitted provided that the following conditions
     7  * are met:
     6  * are met:
    24  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    23  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    25  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    24  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    26  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    25  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    27  * SUCH DAMAGE.
    26  * SUCH DAMAGE.
    28  *
    27  *
       
    28  * Portions Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    29  *      From: @(#)if.h  8.1 (Berkeley) 6/10/93
    29  *      From: @(#)if.h  8.1 (Berkeley) 6/10/93
    30  * $FreeBSD: src/sys/net/if_var.h,v 1.18.2.16 2003/04/15 18:11:19 fjoe Exp $
    30  * $FreeBSD: src/sys/net/if_var.h,v 1.18.2.16 2003/04/15 18:11:19 fjoe Exp $
    31  * $DragonFly: src/sys/net/if_var.h,v 1.40 2007/09/09 03:51:25 sephe Exp $
    31  * $DragonFly: src/sys/net/if_var.h,v 1.40 2007/09/09 03:51:25 sephe Exp $
    32  */
    32  */
    33 
    33 
    38 #ifndef _SYS_SERIALIZE_H_
    38 #ifndef _SYS_SERIALIZE_H_
    39 #include <sys/serialize.h>
    39 #include <sys/serialize.h>
    40 #endif
    40 #endif
    41 #endif //__SYMBIAN32__
    41 #endif //__SYMBIAN32__
    42 #ifndef _NET_IF_H_
    42 #ifndef _NET_IF_H_
    43 #include <net/if.h>
    43 #include <stdapis/net/if.h>
    44 #endif
    44 #endif
    45  
    45  
    46  /*
    46  /*
    47   * Structures defining a network interface, providing a packet
    47   * Structures defining a network interface, providing a packet
    48   * transport mechanism (ala level 0 of the PUP protocols).
    48   * transport mechanism (ala level 0 of the PUP protocols).