Lines Matching refs:t_bind
88 const struct t_bind *, uint_t, uint_t, boolean_t);
92 const struct netconfig *, const struct t_bind *);
202 struct t_bind bind; in svc_tp_create_addr()
203 struct t_bind *bindp = NULL; in svc_tp_create_addr()
226 const struct t_bind *bindaddr) in svc_tp_create_bind()
258 const struct t_bind *bindaddr, const uint_t sendsz, const uint_t recvsz) in svc_tli_create()
274 const struct t_bind *bindaddr, const uint_t sendsz, in svc_tli_create_common()
279 struct t_bind *tres = NULL; /* bind info */ in svc_tli_create_common()
364 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_tli_create_common()
392 if (t_bind(fd, (struct t_bind *)bindaddr, tres) == -1) { in svc_tli_create_common()
422 if (t_bind(fd, tres, tres) == -1) { in svc_tli_create_common()