Searched defs:ng_old_struct (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c73 struct ng_old_struct { struct
74 struct ng_old_struct *ng_next; /*%< Chain ptr */
81 struct ng_old_struct *nextgrp;
83 struct ng_old_struct *gr;
239 struct ng_old_struct *gp, *ogp;
278 struct ng_old_struct *grp;
300 if (!(grp = malloc(sizeof (struct ng_old_struct)))) {
305 memset(grp, 0, sizeof (struct ng_old_struct));

Completed in 57 milliseconds