networkprotocols/tcpipv4v6prt/inc/inet.h
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 75 c1029e558ef5
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
   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
   264 	};
   266 	};
   265 
   267 
   266 class TInet6SAPIter
   268 class TInet6SAPIter
   267 	{
   269 	{
   268 public:
   270 public: