Searched refs:csbind (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/3d/
H A Dcs_3d.h35 #define csbind _3d_csbind macro
H A Dfork3d.c75 fd = csbind(&cs, type, addr, port, clone);
/ast/src/lib/libcs/
H A Dcs.h192 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 Dcsbind.c31 * 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 DMakefile22 csaddr.c csattr.c csauth.c csbind.c csclient.c cscontrol.c \
H A Dmsgsend.c48 if ((fd = csbind(&cs, "udp", msg->ack.addr, msg->ack.port, 0L)) < 0)
H A Dcsopen.c812 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 Dmsguser.c121 if ((msg_ack.fd = csbind(&cs, "udp", 0, CS_PORT_NORMAL, 0L)) < 0)
/ast/src/cmd/cs/vcs_src/
H A Difs_network.c267 if( (fd = csbind( "tcp", addr, port, 0 )) < 0 )

Completed in 18 milliseconds