networkprotocols/tcpipv4v6prt/inc/inet.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
--- a/networkprotocols/tcpipv4v6prt/inc/inet.h	Tue Aug 31 16:45:15 2010 +0300
+++ b/networkprotocols/tcpipv4v6prt/inc/inet.h	Wed Sep 01 12:33:58 2010 +0100
@@ -261,6 +261,8 @@
 	TUint iHeaderIncluded:1;	// If true, user sends datagram packets with IP header
 	TUint iSynchSend:1;			// If true, block socket write to UDP socket in PENDING and HOLD states
 	TInt iProtocolId;
+	TInt iDomainSuffixIndex;	// Interface domain suffix enumeration state
+	TName iActiveEnumInterface; // Name of the interface previously enumerated with option KSoInetNextInterface
 	};
 
 class TInet6SAPIter