Lines Matching defs:bindaddr
213 const struct t_bind *bindaddr, const uint_t sendsz, const uint_t recvsz)
215 return (svc_tli_create_common(fd, nconf, bindaddr, sendsz, recvsz, 0));
221 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For
229 const struct t_bind *bindaddr, const uint_t sendsz,
364 if (bindaddr) {
365 if (t_bind(fd, (struct t_bind *)bindaddr,
380 if (bindaddr->addr.len &&
381 (memcmp(bindaddr->addr.buf, tres->addr.buf,
437 if (bindaddr) {
439 if (tres->addr.maxlen < bindaddr->addr.len) {
444 tres->addr.len = bindaddr->addr.len;
445 (void) memcpy(tres->addr.buf, bindaddr->addr.buf,