Searched refs:t_bind (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/rpc/ |
H A D | svc_generic.c | 83 struct t_bind bind; in svc_tp_create() 133 const struct t_bind *bindaddr, /* Local bind address */ in svc_tli_create()
|
H A D | types.h | 99 struct t_bind { struct
|
H A D | svc.h | 622 const struct t_bind *, const size_t, const size_t);
|
/freebsd/lib/libc/rpc/ |
H A D | svc_generic.c | 195 const struct t_bind *bindaddr, u_int sendsz, u_int recvsz) in svc_tli_create()
|
H A D | rpc_soc.c | 468 struct t_bind taddr; in svcunix_create()
|
/freebsd/include/rpc/ |
H A D | svc.h | 408 const struct t_bind *, const u_int,
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 123 static struct t_bind netlink_taddr = { 276 struct t_bind taddr; in init_transport()
|
H A D | rpcb_svc_com.c | 496 xprt = svc_tli_create(fd, 0, (struct t_bind *) 0, 0, 0); in create_rmtcall_fd()
|