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

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c954 static struct valuelist *servicelist, *protolist; variable in typeref:struct:
1021 slp->next = protolist;
1023 if (protolist)
1024 protolist->prev = slp;
1025 protolist = slp;
1034 for (plp = protolist; plp != NULL; plp = plp_next) {
1039 protolist = (struct valuelist *)0;
1079 if (protolist == (struct valuelist *)0)
1081 return (findservice(p, &protolist));
1114 struct valuelist **list = &protolist;
[all...]

Completed in 21 milliseconds