Searched refs:connect (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Dconnect.c5 int connect(int fd, const struct sockaddr *addr, socklen_t len) function
7 return socketcall_cp(connect, fd, addr, len, 0, 0, 0);
H A Dlookup_name.c373 if (!connect(fd, (void *)&da, sizeof da)) {
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dsyslog.c52 if (log_fd >= 0) connect(log_fd, (void *)&log_addr, sizeof log_addr);
112 || connect(log_fd, (void *)&log_addr, sizeof log_addr) < 0
/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dnscd_query.c53 if (connect(fd, (struct sockaddr*)&addr, sizeof(addr)) < 0) {
/seL4-refos-master/libs/libmuslc/include/sys/
H A Dsocket.h316 int connect (int, const struct sockaddr *, socklen_t);
/seL4-refos-master/projects/refos/design/
H A Dinterface.tex143 \item \pro{serv}{anon}{connect(\cp{procserv}{liveness})}{(ErrorCode, \cp{serv}{session})}
253 Create an endpoint and set this endpoint on the root name server in order for clients to be able to find the root name server and connect to it. The anon capability is given to clients looking for the root name server, and then clients make their connection calls through the anon capability to establish a session. Re-registering replaces the current server anon capability.
301 \item Server connection interface (for clients to connect to it)
312 \item Server connection interface (for clients to connect to it)
323 \item Server connection interface (for clients to connect to it)
H A Dintro.tex34 \texttt{Servers} are normal processes which have registered themselves using the naming service so that other client processes may find them. Once a client finds a process, the client may connect and establish a session with the server and the server is given access to the notification of client deaths in order to do any client bookkeeping that it may require.
H A Dprotocol.tex62 C=>F [ label = "dataserv\_anon\_C.connect(procserv\_liveness\_C)"];
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1087 Doorways connect rooms and corridors. Some doorways have no doors;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1087 Doorways connect rooms and corridors. Some doorways have no doors;

Completed in 119 milliseconds