Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:rat

235 	struct ra *rap, *sorted, *ran, *rat;
252 for (rat = sorted; rat->next; rat = rat->next) {
253 if (timercmp(&rap->received, &rat->next->received, <)) {
254 rap->next = rat->next;
255 rat->next = rap;
260 if (!rat->next) {
261 rat->next = rap;