Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c285 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 Dnetdir_inet_sundry.c905 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 Dovsec_kadmd.c429 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()