Searched defs:TCP_SUB_SEQ (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h306 // TCP_SUB_SEQ returns Seq1 - Seq2. Make sure Seq1 >= Seq2
308 #define TCP_SUB_SEQ(Seq1, Seq2) ((UINT32) ((Seq1) - (Seq2))) macro
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpProto.h175 // TCP_SUB_SEQ returns Seq1 - Seq2. Make sure Seq1 >= Seq2
177 #define TCP_SUB_SEQ(Seq1, Seq2) ((UINT32) ((Seq1) - (Seq2))) macro

Completed in 34 milliseconds