Searched refs:Mss (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.h25 UINT16 Mss; ///< The Mss received member in struct:_TCP_OPTION
H A DTcp4Option.c291 Option->Mss = TcpGetUint16 (&Head[Cur + 2]);
H A DTcp4Misc.c118 Tcb->SndMss = (UINT16) MAX (64, Opt->Mss);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.h64 UINT16 Mss; ///< The Mss received member in struct:_TCP_OPTION
H A DTcpOption.c287 Option->Mss = TcpGetUint16 (&Head[Cur + 2]);
H A DTcpMisc.c123 Tcb->SndMss = (UINT16) MAX (64, Opt->Mss);

Completed in 83 milliseconds