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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c281 struct t_bind tbindstr, *tres; local
329 tbindstr.qlen = qlen;
330 tbindstr.addr.buf = (char *)sin;
331 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr);
332 sin = (struct sockaddr *)tbindstr.addr.buf;
342 res = t_bind(fd, &tbindstr, tres);
344 if ((tbindstr.addr.len == tres->addr.len) &&
345 (memcmp(tbindstr.addr.buf, tres->addr.buf,
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c902 struct t_bind tbindstr, *tres; local
959 tbindstr.qlen = 0; /* Always 0; user should change if he wants to */
960 tbindstr.addr.buf = (char *)u.buf;
961 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr);
999 res = t_bind(fd, &tbindstr, tres);

Completed in 34 milliseconds