HomeSort by relevance Sort by last modified time
    Searched refs:TCP_OPTION_NOP (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Option.h 34 #define TCP_OPTION_NOP 1 ///< No-Option.
48 #define TCP_OPTION_TS_FAST ((TCP_OPTION_NOP << 24) | \
49 (TCP_OPTION_NOP << 16) | \
53 #define TCP_OPTION_WS_FAST ((TCP_OPTION_NOP << 24) | \
Tcp4Option.c 328 case TCP_OPTION_NOP:
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOption.h 23 #define TCP_OPTION_NOP 1 ///< No-Option.
37 #define TCP_OPTION_TS_FAST ((TCP_OPTION_NOP << 24) | \
38 (TCP_OPTION_NOP << 16) | \
42 #define TCP_OPTION_WS_FAST ((TCP_OPTION_NOP << 24) | \
TcpOption.c 322 case TCP_OPTION_NOP:
  /external/syslinux/gpxe/src/include/gpxe/
tcp.h 39 #define TCP_OPTION_NOP 1
  /external/syslinux/gpxe/src/net/
tcp.c 473 memset ( tsopt->nop, TCP_OPTION_NOP, sizeof ( tsopt->nop ) );
648 if ( kind == TCP_OPTION_NOP ) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 9741 milliseconds