Searched refs:csbind (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/3d/ |
H A D | cs_3d.h | 35 #define csbind _3d_csbind macro
|
H A D | fork3d.c | 75 fd = csbind(&cs, type, addr, port, clone);
|
/ast/src/lib/libcs/ |
H A D | cs.h | 192 unsigned long addr; /* addr from csbind() */ 193 unsigned long port; /* port from csbind() */ 243 #define csbind _cs_bind macro 281 extern int csbind(Cs_t*, const char*, unsigned long, unsigned long, unsigned long);
|
H A D | csbind.c | 31 * low level for csbind() 206 csbind(register Cs_t* state, const char* type, unsigned long addr, unsigned long port, unsigned long clone) function 263 return csbind(&cs, type, addr, port, clone);
|
H A D | Makefile | 22 csaddr.c csattr.c csauth.c csbind.c csclient.c cscontrol.c \
|
H A D | msgsend.c | 48 if ((fd = csbind(&cs, "udp", msg->ack.addr, msg->ack.port, 0L)) < 0)
|
H A D | csopen.c | 812 if ((fd = state->proxy.addr ? csbind(state, type, state->proxy.addr, state->proxy.port, 0L) : reopen(state, csvar(state, CS_VAR_PROXY, 0))) >= 0) 959 if ((fd = csbind(state, type, addr, port, 0L)) >= 0) 1207 if ((fd = csbind(state, type, 0L, port, 0L)) >= 0)
|
H A D | msguser.c | 121 if ((msg_ack.fd = csbind(&cs, "udp", 0, CS_PORT_NORMAL, 0L)) < 0)
|
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_network.c | 267 if( (fd = csbind( "tcp", addr, port, 0 )) < 0 )
|
Completed in 18 milliseconds