Lines Matching defs:netgrtab
222 * A netgrtab structure contains the hash-chain heads and the head/tail
238 struct netgrtab {
246 struct netgrtab *ngt;
252 /* === ? Change ngt_init() and ngt_destroy() to malloc/free struct netgrtab */
257 struct netgrtab *ngt;
302 struct netgrtab *ngt;
317 struct netgrtab *ngt;
340 struct netgrtab *ngt;
341 /* netgrtab goes on the heap, not the stack, because it's large and */
349 if ((ngt = (struct netgrtab *)malloc(sizeof (*ngt))) == 0) {