Searched refs:bindfd (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/listen/ |
H A D | listen.c | 1682 int bindfd; local 1712 if ((bindfd = open_bind(netbuf.buf, MAXCON, clen, &maxcon, &ap)) < 0) { 1713 switch (bindfd) { 1732 sprintf(scratch,"Service %s: fd %d dynamic addr %s", dbp->dbf_svc_code, bindfd, ap); 1736 sprintf(scratch,"Service %s: fd %d addr %s", dbp->dbf_svc_code, bindfd, dbp->dbf_prv_adr); 1740 temp_pend = Priv_call + bindfd; 1741 dbp->dbf_fd = bindfd; 1749 if ((tmp->c_cp = (struct t_call *) t_alloc(bindfd, T_CALL,
|