Searched refs:grouplen (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsocket/inet/ |
H A D | sourcefilter.c | 42 socklen_t grouplen, uint32_t *fmode, uint_t *numsrc, in getsourcefilter() argument 60 if (grouplen < sizeof (struct sockaddr_in)) { in getsourcefilter() 68 if (grouplen < sizeof (struct sockaddr_in6)) { in getsourcefilter() 102 socklen_t grouplen, uint32_t fmode, uint_t numsrc, in setsourcefilter() argument 118 if (grouplen < sizeof (struct sockaddr_in)) { in setsourcefilter() 126 if (grouplen < sizeof (struct sockaddr_in6)) { in setsourcefilter()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svcauth_des.c | 616 short grouplen; /* length of cached groups */ member 626 ((struct bsdcred *)cred)->grouplen = INVALID; in invalidate() 637 short *grouplen, gid_t *groups) in authdes_getucred() argument 668 cred->grouplen = INVALID; in authdes_getucred() 670 if (cred->grouplen == INVALID) { in authdes_getucred() 678 cred->grouplen = UNKNOWN; in authdes_getucred() 685 *grouplen = cred->grouplen = i_grouplen; in authdes_getucred() 692 if (cred->grouplen == UNKNOWN) { in authdes_getucred() 705 *grouplen = cred->grouplen; in authdes_getucred() 706 for (i = cred->grouplen - 1; i >= 0; i--) { in authdes_getucred()
|
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | svcauthdes.c | 419 short grouplen; /* length of cached groups */ member 476 cred->grouplen = (short)i_grouplen; in kauthdes_getucred() 484 crsetgroups(cr, cred->grouplen, &cred->groups[0]) != 0) { in kauthdes_getucred()
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 846 short *grouplen, gid_t *groups);
|