Home | History | Annotate | Download | only in racoon

Lines Matching refs:myaddrs

1580 	struct myaddrs *p;
1582 for (p = lcconf->myaddrs; p; p = p->next) {
1762 struct myaddrs *p, *next;
1764 for (p = lcconf->myaddrs; p; p = next) {
1776 lcconf->myaddrs = NULL;