public _FlowKey(ref _FlowKeyInternetworkV6 flowKeyInternetworkV6) { this.protocolFamily = (ushort)ProtocolFamily.InterNetworkV6; this.nullFlowKey = default; this.flowKeyInternetwork = default; this.flowKeyInternetworkV6 = flowKeyInternetworkV6; }
public _FlowKey(ref _NullFlowKey nullFlowKey) { this.protocolFamily = 0; this.flowKeyInternetwork = default; this.flowKeyInternetworkV6 = default; this.nullFlowKey = nullFlowKey; }