Home | History | Annotate | Download | only in DxeIpIoLib

Lines Matching refs:IsHard

2003   The ErrorStatus will be returned. The IsHard and Notify are optional. If they

2009 @param[out] IsHard If TRUE, indicates that it is a hard error.
2020 OUT BOOLEAN *IsHard OPTIONAL,
2027 if (IsHard != NULL) {
2028 *IsHard = mIcmpErrMap[IcmpError].IsHard;
2065 if (IsHard != NULL) {
2066 *IsHard = mIcmp6ErrMap[IcmpError].IsHard;