Searched refs:SocketStatus (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c584 int SocketStatus; local
613 SocketStatus = bind ( *pPort,
616 if ( -1 != SocketStatus ) {
620 SocketStatus = listen ( *pPort, SOMAXCONN );
621 if ( -1 != SocketStatus ) {
627 SocketStatus = -1;
641 if ( -1 == SocketStatus ) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c111 INT32 SocketStatus; local
123 SocketStatus = bind ( ListenSocket,
126 if ( 0 == SocketStatus ) {
130 SocketStatus = listen ( ListenSocket, 5 );
131 if ( 0 == SocketStatus ) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c1898 int SocketStatus; local
1944 SocketStatus = bind ( pTftpPort->fd,
1947 if ( -1 != SocketStatus ) {
1964 if ( -1 == SocketStatus ) {

Completed in 10 milliseconds