ReactOS
0.4.15-dev-7157-gb7dcc10
Functions
nostartup.c File Reference
#include "
ws2_32.h
"
Include dependency graph for nostartup.c:
Go to the source code of this file.
Functions
START_TEST
(nostartup)
Function Documentation
◆
START_TEST()
START_TEST
(
nostartup
)
Definition at line
11
of file
nostartup.c
.
12
{
13
int
Error
= 0;
14
ok
(
WSASocketA
(0, 0, 0,
NULL
, 0, 0) ==
INVALID_SOCKET
,
"WSASocketA should have failed\n"
);
15
16
WSASetLastError
(0xdeadbeef);
17
getservbyname
(
NULL
,
NULL
);
18
Error
=
WSAGetLastError
();
19
ok_dec
(
Error
,
WSANOTINITIALISED
);
20
21
WSASetLastError
(0xdeadbeef);
22
getservbyport
(0,
NULL
);
23
Error
=
WSAGetLastError
();
24
ok_dec
(
Error
,
WSANOTINITIALISED
);
25
26
WSASetLastError
(0xdeadbeef);
27
gethostbyname
(
NULL
);
28
Error
=
WSAGetLastError
();
29
ok_dec
(
Error
,
WSANOTINITIALISED
);
30
31
ok_dec
(
inet_addr
(
"127.0.0.1"
), 0x100007f);
32
}
ok
#define ok(value,...)
Definition:
atltest.h:57
ok_dec
#define ok_dec(expression, result)
Definition:
atltest.h:101
Error
BOOL Error
Definition:
chkdsk.c:66
NULL
#define NULL
Definition:
types.h:112
WSASetLastError
VOID WSAAPI WSASetLastError(IN INT iError)
Definition:
dllmain.c:123
getservbyport
PSERVENT WSAAPI getservbyport(IN int port, IN const char FAR *proto)
Definition:
getxbyxx.c:431
gethostbyname
PHOSTENT WSAAPI gethostbyname(IN const char FAR *name)
Definition:
getxbyxx.c:221
getservbyname
PSERVENT WSAAPI getservbyname(IN const char FAR *name, IN const char FAR *proto)
Definition:
getxbyxx.c:500
inet_addr
#define inet_addr(cp)
Definition:
inet.h:98
WSASocketA
SOCKET WSAAPI WSASocketA(IN INT af, IN INT type, IN INT protocol, IN LPWSAPROTOCOL_INFOA lpProtocolInfo, IN GROUP g, IN DWORD dwFlags)
Definition:
socklife.c:444
WSANOTINITIALISED
#define WSANOTINITIALISED
Definition:
winerror.h:1987
WSAGetLastError
int PASCAL FAR WSAGetLastError(void)
Definition:
dllmain.c:112
INVALID_SOCKET
#define INVALID_SOCKET
Definition:
winsock.h:332
modules
rostests
apitests
ws2_32
nostartup.c
Generated on Sat Dec 9 2023 06:18:18 for ReactOS by
1.9.6