networkprotocols/tcpipv4v6prt/inc/inet.h
branchRCL_3
changeset 21 abbed5a4b42a
parent 20 7e41d162e158
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
   259 	TUint iHasNetworkServices:1;// If true, socket has NetworkServices capability
   259 	TUint iHasNetworkServices:1;// If true, socket has NetworkServices capability
   260 	TUint iRawMode:1;			// If true, user receives datagram packets with IP header
   260 	TUint iRawMode:1;			// If true, user receives datagram packets with IP header
   261 	TUint iHeaderIncluded:1;	// If true, user sends datagram packets with IP header
   261 	TUint iHeaderIncluded:1;	// If true, user sends datagram packets with IP header
   262 	TUint iSynchSend:1;			// If true, block socket write to UDP socket in PENDING and HOLD states
   262 	TUint iSynchSend:1;			// If true, block socket write to UDP socket in PENDING and HOLD states
   263 	TInt iProtocolId;
   263 	TInt iProtocolId;
   264 	TInt iDomainSuffixIndex;	// Interface domain suffix enumeration state
       
   265 	TName iActiveEnumInterface; // Name of the interface previously enumerated with option KSoInetNextInterface
       
   266 	};
   264 	};
   267 
   265 
   268 class TInet6SAPIter
   266 class TInet6SAPIter
   269 	{
   267 	{
   270 public:
   268 public: