HomeSort by: relevance | last modified time | path
    Searched refs:t_bind (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/transp/
transp_tli.c 101 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);
111 t_free((char *) treq, T_BIND);
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");
143 t_free((char *) tret, T_BIND);
    [all...]
  /src/common/include/rpc/
types.h 98 * The format of the address and options arguments of the XTI t_bind call.
102 struct t_bind { struct
  /src/tests/net/net/
Makefile 8 TESTS_C= t_bind
  /src/include/rpc/
svc.h 391 const struct t_bind *, const unsigned int,
396 * const struct t_bind *bindaddr; -- local bind address
  /src/lib/libc/rpc/
svc_generic.c 191 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For
201 const struct t_bind *bindaddr, /* Local bind address */
  /src/tests/lib/libc/sys/
Makefile 16 TESTS_C+= t_bind
  /src/usr.sbin/rpcbind/
rpcbind.c 283 struct t_bind taddr;

Completed in 60 milliseconds