Searched refs:t_bind (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c101 struct t_bind *treq, *tret;
104 treq = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR);
109 tret = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR);
126 rc = t_bind(td, treq, tret);
128 plog(XLOG_ERROR, "t_bind");
141 plog(XLOG_ERROR, "could not t_bind to any reserved port");
314 struct t_bind *treq, *tret;
346 * t_bind below.
355 treq = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR);
360 tret = (struct t_bind *) t_allo
[all...]
/netbsd-current/common/include/rpc/
H A Dtypes.h98 * The format of the address and options arguments of the XTI t_bind call.
102 struct t_bind { struct
/netbsd-current/tests/net/net/
H A DMakefile8 TESTS_C= t_bind
/netbsd-current/include/rpc/
H A Dsvc.h391 const struct t_bind *, const unsigned int,
396 * const struct t_bind *bindaddr; -- local bind address
/netbsd-current/tests/lib/libc/sys/
H A DMakefile12 TESTS_C+= t_bind
/netbsd-current/lib/libc/rpc/
H A Dsvc_generic.c191 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For
201 const struct t_bind *bindaddr, /* Local bind address */
/netbsd-current/usr.sbin/rpcbind/
H A Drpcbind.c283 struct t_bind taddr;

Completed in 247 milliseconds