Searched refs:protolist (Results 1 – 1 of 1) sorted by relevance
970 static struct valuelist *servicelist, *protolist; variable1042 slp->next = protolist; in res_buildprotolist()1044 if (protolist) in res_buildprotolist()1045 protolist->prev = slp; in res_buildprotolist()1046 protolist = slp; in res_buildprotolist()1056 for (plp = protolist; plp != NULL; plp = plp_next) { in res_destroyprotolist()1061 protolist = (struct valuelist *)0; in res_destroyprotolist()1108 if (protolist == (struct valuelist *)0) in res_protocolnumber()1110 return (findservice(p, &protolist)); in res_protocolnumber()1144 struct valuelist **list = &protolist; in cgetprotobynumber()[all …]