ReactOS
0.4.16-dev-91-g764881a
UConnectByName.c
Go to the documentation of this file.
1
#include "
syshdrs.h
"
2
3
#if !defined(NO_UNIX_DOMAIN_SOCKETS) && !defined(NO_SIGNALS)
4
5
int
6
UConnectByName
(
int
sfd,
const
char
*
const
addrStr,
const
int
tlen)
7
{
8
int
result
;
9
struct
sockaddr_un
remoteAddr;
10
int
ualen;
11
12
ualen =
MakeSockAddrUn
(&remoteAddr, addrStr);
13
result
=
UConnect
(sfd, &remoteAddr, ualen, tlen);
14
return
(
result
);
15
}
/* UConnectByName */
16
17
#endif
18
result
GLuint64EXT * result
Definition:
glext.h:11304
syshdrs.h
sockaddr_un
Definition:
wintirpc.h:88
UConnectByName
int UConnectByName(int, const char *const, const int)
MakeSockAddrUn
int MakeSockAddrUn(struct sockaddr_un *, const char *const)
UConnect
int UConnect(int, const struct sockaddr_un *const, int, int)
modules
rosapps
applications
net
ncftp
sio
UConnectByName.c
Generated on Fri Oct 4 2024 06:06:10 for ReactOS by
1.9.6