Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c40 socklen_t grouplen, uint32_t *fmode, uint_t *numsrc, in getsourcefilter() argument
58 if (grouplen < sizeof (struct sockaddr_in)) { in getsourcefilter()
66 if (grouplen < sizeof (struct sockaddr_in6)) { in getsourcefilter()
100 socklen_t grouplen, uint32_t fmode, uint_t numsrc, in setsourcefilter() argument
116 if (grouplen < sizeof (struct sockaddr_in)) { in setsourcefilter()
124 if (grouplen < sizeof (struct sockaddr_in6)) { in setsourcefilter()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c617 short grouplen; /* length of cached groups */ member
627 ((struct bsdcred *)cred)->grouplen = INVALID; in invalidate()
638 short *grouplen, gid_t *groups) in authdes_getucred() argument
669 cred->grouplen = INVALID; in authdes_getucred()
671 if (cred->grouplen == INVALID) { in authdes_getucred()
679 cred->grouplen = UNKNOWN; in authdes_getucred()
686 *grouplen = cred->grouplen = i_grouplen; in authdes_getucred()
693 if (cred->grouplen == UNKNOWN) { in authdes_getucred()
706 *grouplen = cred->grouplen; in authdes_getucred()
707 for (i = cred->grouplen - 1; i >= 0; i--) { in authdes_getucred()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c419 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()