Searched refs:ucred_sz (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c125 size_t ucred_sz = ucred_size(); local
153 su = malloc(sizeof (*su) + ucred_sz);
172 su->su_tudata.opt.maxlen = MAX_OPT_WORDS * sizeof (int) + ucred_sz;
200 size_t ucred_sz = ucred_size(); local
243 if ((su = malloc(sizeof (struct svc_dg_data) + ucred_sz)) == NULL) {
261 su->su_tudata.opt.maxlen = MAX_OPT_WORDS * sizeof (int) + ucred_sz;

Completed in 16 milliseconds