Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/rpc/
HDsvc_auth_des.c447 int grouplen; /* length of cached groups */ member
459 int *grouplen, gid_t *groups) in authdes_getucred() argument
477 cred->grouplen = INVALID; in authdes_getucred()
479 if (cred->grouplen == INVALID) { in authdes_getucred()
487 cred->grouplen = UNKNOWN; /* mark as lookup up, but not found */ in authdes_getucred()
493 *grouplen = cred->grouplen = i_grouplen; in authdes_getucred()
498 } else if (cred->grouplen == UNKNOWN) { in authdes_getucred()
510 *grouplen = cred->grouplen; in authdes_getucred()
511 for (i = cred->grouplen - 1; i >= 0; i--) { in authdes_getucred()
523 ((struct bsdcred *)cred)->grouplen = INVALID; in invalidate()
/freebsd-11-stable/lib/libc/net/
HDsourcefilter.c277 socklen_t grouplen, uint32_t fmode, uint32_t numsrc, in setsourcefilter() argument
293 if ((grouplen != sizeof(struct sockaddr_in) || in setsourcefilter()
304 if (grouplen != sizeof(struct sockaddr_in6) || in setsourcefilter()
334 socklen_t grouplen, uint32_t *fmode, uint32_t *numsrc, in getsourcefilter() argument
356 if ((grouplen != sizeof(struct sockaddr_in) || in getsourcefilter()
367 if (grouplen != sizeof(struct sockaddr_in6) || in getsourcefilter()