Searched refs:tbindstr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c285 struct t_bind tbindstr, *tres; local
334 tbindstr.qlen = qlen;
335 tbindstr.addr.buf = (char *)sin;
336 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr);
338 sin = (struct sockaddr *)tbindstr.addr.buf;
348 res = t_bind(fd, &tbindstr, tres);
350 if ((tbindstr.addr.len == tres->addr.len) &&
351 (memcmp(tbindstr.addr.buf, tres->addr.buf,
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c429 struct t_bind tbindstr, *tres; local
749 tbindstr.qlen = 8;
750 tbindstr.addr.buf = (char *) sin;
751 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr);
752 sin = (struct sockaddr_in *) tbindstr.addr.buf;
755 if (t_bind(fd, &tbindstr, tres) < 0) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c905 struct t_bind tbindstr, *tres; local
963 tbindstr.qlen = 0; /* Always 0; user should change if he wants to */
964 tbindstr.addr.buf = (char *)u.buf;
965 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr);
1003 res = t_bind(fd, &tbindstr, tres);

Completed in 64 milliseconds