Searched defs:open_bind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c465 * The name generation code in net_open, open_bind and bind is,
610 * open_bind:
616 * open_bind returns -1. (error message will be logged).
618 * open_bind returns -2. (no message logged). This should
620 * if the bind fails, open_bind returns -3 (no message logged). This
622 * should be logged by the routine that calls open_bind.
626 * routines (open_bind and bind) ignore name and qlen --
635 open_bind(name, qlen, clen, conp, adrp) function
645 DEBUG((9,"in open_bind, qlen=%d clen=%d conp=%d",qlen,clen,conp));
1200 if ((Acceptfd = open_bind(NUL
[all...]

Completed in 62 milliseconds