epoc32/include/stdapis/netinet/in.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    35 #ifndef _NETINET_IN_H_
    35 #ifndef _NETINET_IN_H_
    36 #define	_NETINET_IN_H_
    36 #define	_NETINET_IN_H_
    37 
    37 
    38 #include <sys/cdefs.h>
    38 #include <sys/cdefs.h>
    39 #include <sys/_types.h>
    39 #include <sys/_types.h>
    40 #include <machine/endian.h>
    40 #include <stdapis/machine/endian.h>
    41 
    41 
    42 /* Protocols common to RFC 1700, POSIX, and X/Open. */
    42 /* Protocols common to RFC 1700, POSIX, and X/Open. */
    43 #ifdef __SYMBIAN32__
    43 #ifdef __SYMBIAN32__
    44 #define	IPPROTO_IP		0x100	/* KProtocolInetIp */
    44 #define	IPPROTO_IP		0x100	/* KProtocolInetIp */
    45 #else
    45 #else
   666 #endif /* _KERNEL */
   666 #endif /* _KERNEL */
   667 
   667 
   668 /* INET6 stuff */
   668 /* INET6 stuff */
   669 #if __POSIX_VISIBLE >= 200112
   669 #if __POSIX_VISIBLE >= 200112
   670 #define	__KAME_NETINET_IN_H_INCLUDED_
   670 #define	__KAME_NETINET_IN_H_INCLUDED_
   671 #include <netinet6/in6.h>
   671 #include <stdapis/netinet6/in6.h>
   672 #undef __KAME_NETINET_IN_H_INCLUDED_
   672 #undef __KAME_NETINET_IN_H_INCLUDED_
   673 #endif
   673 #endif
   674 
   674 
   675 #ifndef _KERNEL
   675 #ifndef _KERNEL
   676 
   676