View | Details | Raw Unified | Return to bug 235717
Collapse All | Expand All

(-)mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs (-1 / +1 lines)
Lines 112-118 Link Here
112
		class MacOsNetworkInterfaceAPI : UnixNetworkInterfaceAPI
112
		class MacOsNetworkInterfaceAPI : UnixNetworkInterfaceAPI
113
		{
113
		{
114
			const int AF_INET  = 2;
114
			const int AF_INET  = 2;
115
			const int AF_INET6 = 30;
115
			const int AF_INET6 = 28;
116
			const int AF_LINK  = 18;
116
			const int AF_LINK  = 18;
117
117
118
			public override NetworkInterface [] GetAllNetworkInterfaces ()
118
			public override NetworkInterface [] GetAllNetworkInterfaces ()

Return to bug 235717