7 references to v4MapIndex
System.ServiceModel (7)
System\ServiceModel\Channels\PeerUnsafeNativeMethods.cs (7)
131
const int v4Index =
v4MapIndex
+ 2;
146
for (int i = 0; i <
v4MapIndex
; i++)
148
this.sin6_addr[
v4MapIndex
] = 0xff;
149
this.sin6_addr[
v4MapIndex
+ 1] = 0xff;
172
if (sin6_addr[
v4MapIndex
] != 0xff || sin6_addr[
v4MapIndex
+ 1] != 0xff)
175
for (int i = 0; i <
v4MapIndex
; i++)