Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c970 static struct valuelist *servicelist, *protolist; variable
1042 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 …]