Searched refs:tbindstr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_soc.c | 285 struct t_bind tbindstr, *tres; in __rpc_bindresvport_ipv6() local 334 tbindstr.qlen = qlen; in __rpc_bindresvport_ipv6() 335 tbindstr.addr.buf = (char *)sin; in __rpc_bindresvport_ipv6() 336 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr); in __rpc_bindresvport_ipv6() 338 sin = (struct sockaddr *)tbindstr.addr.buf; in __rpc_bindresvport_ipv6() 348 res = t_bind(fd, &tbindstr, tres); in __rpc_bindresvport_ipv6() 350 if ((tbindstr.addr.len == tres->addr.len) && in __rpc_bindresvport_ipv6() 351 (memcmp(tbindstr.addr.buf, tres->addr.buf, in __rpc_bindresvport_ipv6()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 905 struct t_bind tbindstr, *tres; in bindresvport() local 963 tbindstr.qlen = 0; /* Always 0; user should change if he wants to */ in bindresvport() 964 tbindstr.addr.buf = (char *)u.buf; in bindresvport() 965 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr); in bindresvport() 1003 res = t_bind(fd, &tbindstr, tres); in bindresvport()
|
/titanic_41/usr/src/cmd/krb5/kadmin/server/ |
H A D | ovsec_kadmd.c | 429 struct t_bind tbindstr, *tres; in main() local 749 tbindstr.qlen = 8; in main() 750 tbindstr.addr.buf = (char *) sin; in main() 751 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr); in main() 752 sin = (struct sockaddr_in *) tbindstr.addr.buf; in main() 755 if (t_bind(fd, &tbindstr, tres) < 0) { in main()
|