genericopenlibs/openenvcore/include/netdb.h
branchRCL_3
changeset 54 4332f0f7be53
parent 0 e4d67989cc36
child 56 acd3cd4aaceb
equal deleted inserted replaced
53:9d9daa0f4b62 54:4332f0f7be53
   209 
   209 
   210 #define	AI_ALL		0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
   210 #define	AI_ALL		0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
   211 #define	AI_V4MAPPED_CFG	0x00000200 /* accept IPv4-mapped if kernel supports */
   211 #define	AI_V4MAPPED_CFG	0x00000200 /* accept IPv4-mapped if kernel supports */
   212 #define	AI_ADDRCONFIG	0x00000400 /* only if any address is assigned */
   212 #define	AI_ADDRCONFIG	0x00000400 /* only if any address is assigned */
   213 #define	AI_V4MAPPED	0x00000800 /* accept IPv4-mapped IPv6 address */
   213 #define	AI_V4MAPPED	0x00000800 /* accept IPv4-mapped IPv6 address */
       
   214 #ifdef __SYMBIAN32__
       
   215 #define AI_V4CONVERTED 0x00001000
       
   216 #endif
   214 /* special recommended flags for getipnodebyname */
   217 /* special recommended flags for getipnodebyname */
   215 #define	AI_DEFAULT	(AI_V4MAPPED_CFG | AI_ADDRCONFIG)
   218 #define	AI_DEFAULT	(AI_V4MAPPED_CFG | AI_ADDRCONFIG)
   216 
   219 
   217 /*
   220 /*
   218  * Constants for getnameinfo()
   221  * Constants for getnameinfo()