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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h49 // When a socket is created it enters into SO_UNCONFIGURED,
54 // SO_UNCONFIGURED --- SO_CONFIGURED --- SO_CONNECTING
61 // SO_UNCONFIGURED state. SO_XXXING state is a middle state
80 #define SO_UNCONFIGURED 0 macro
102 #define SOCK_IS_UNCONFIGURED(Sock) ((Sock)->ConfigureState == SO_UNCONFIGURED)
H A DSockInterface.c182 Sock->ConfigureState = SO_UNCONFIGURED;
764 Sock->ConfigureState = SO_UNCONFIGURED;
H A DSockImpl.c738 Sock->ConfigureState = SO_UNCONFIGURED;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DSocket.h48 // When a socket is created it enters into SO_UNCONFIGURED,
53 // SO_UNCONFIGURED --- SO_CONFIGURED --- SO_CONNECTING
60 // SO_UNCONFIGURED state. SO_XXXING state is a middle state
79 #define SO_UNCONFIGURED 0 macro
120 #define SOCK_IS_UNCONFIGURED(Sock) ((Sock)->ConfigureState == SO_UNCONFIGURED)
H A DSockInterface.c186 Sock->ConfigureState = SO_UNCONFIGURED;
798 Sock->ConfigureState = SO_UNCONFIGURED;
H A DSockImpl.c786 Sock->ConfigureState = SO_UNCONFIGURED;

Completed in 838 milliseconds