Lines Matching refs:protolist
966 static struct valuelist *servicelist, *protolist; variable
1038 slp->next = protolist; in res_buildprotolist()
1040 if (protolist) in res_buildprotolist()
1041 protolist->prev = slp; in res_buildprotolist()
1042 protolist = slp; in res_buildprotolist()
1052 for (plp = protolist; plp != NULL; plp = plp_next) { in res_destroyprotolist()
1057 protolist = (struct valuelist *)0; in res_destroyprotolist()
1104 if (protolist == (struct valuelist *)0) in res_protocolnumber()
1106 return (findservice(p, &protolist)); in res_protocolnumber()
1140 struct valuelist **list = &protolist; in cgetprotobynumber()
1166 if (protolist == (struct valuelist *)0) in res_protocolname()