Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:last

887 	struct tnc_if_imc *imc, *last;
890 last = tncc->imc;
891 while (last && last->next)
892 last = last->next;
981 if (last == NULL)
984 last->next = imc;
985 last = imc;
1074 struct tnc_if_imc *imc, *last;
1076 last = NULL;
1102 if (last == NULL)
1105 last->next = imc;
1106 last = imc;