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

/freebsd-12-stable/lib/libc/resolv/
H A Dres_mkupdate.c976 static struct valuelist *servicelist, *protolist; variable in typeref:struct:
1048 slp->next = protolist;
1050 if (protolist)
1051 protolist->prev = slp;
1052 protolist = slp;
1062 for (plp = protolist; plp != NULL; plp = plp_next) {
1067 protolist = (struct valuelist *)0;
1114 if (protolist == (struct valuelist *)0)
1116 return (findservice(p, &protolist));
1150 struct valuelist **list = &protolist;
[all...]

Completed in 114 milliseconds