Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ExchangeType

10404 										// ExchangeType ==  5 means 'Informational' <http://www.ietf.org/rfc/rfc2408.txt>
10405 // ExchangeType == 34 means 'IKE_SA_INIT' <http://www.iana.org/assignments/ikev2-parameters>
10406 if (ike->ExchangeType == 5 || ike->ExchangeType == 34) wake = mDNSfalse;
10407 LogSPS("%s %d-byte IKE ExchangeType %d", XX, ike->ExchangeType);