Home | History | Annotate | Download | only in radius

Lines Matching defs:tail

1517 	struct radius_client *clients, *tail, *entry;
1537 clients = tail = NULL;
1644 if (tail == NULL) {
1645 clients = tail = entry;
1647 tail->next = entry;
1648 tail = entry;