Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:MaxBytes

2762   socklen_t MaxBytes;

2791 MaxBytes = *pOptionLength;
2917 if ( LengthInBytes > MaxBytes ) {
2921 MaxBytes ));
2922 LengthInBytes = MaxBytes;
2933 if ( LengthInBytes < MaxBytes ) {
2934 ZeroMem ( &((UINT8 *)pOptionValue)[LengthInBytes], MaxBytes - LengthInBytes );