Searched refs:bindfd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/listen/ |
H A D | listen.c | 1688 int bindfd; local 1718 if ((bindfd = open_bind(netbuf.buf, MAXCON, clen, &maxcon, &ap)) < 0) { 1719 switch (bindfd) { 1738 sprintf(scratch,"Service %s: fd %d dynamic addr %s", dbp->dbf_svc_code, bindfd, ap); 1742 sprintf(scratch,"Service %s: fd %d addr %s", dbp->dbf_svc_code, bindfd, dbp->dbf_prv_adr); 1746 temp_pend = Priv_call + bindfd; 1747 dbp->dbf_fd = bindfd; 1755 if ((tmp->c_cp = (struct t_call *) t_alloc(bindfd, T_CALL,
|