Searched refs:plp_next (Results 1 – 1 of 1) sorted by relevance
1028 struct valuelist *plp, *plp_next; in res_destroyprotolist() local1030 for (plp = protolist; plp != NULL; plp = plp_next) { in res_destroyprotolist()1031 plp_next = plp->next; in res_destroyprotolist()