Home | History | Annotate | Download | only in racoon

Lines Matching refs:myaddrs

1582 	struct myaddrs *p;
1584 for (p = lcconf->myaddrs; p; p = p->next) {
1764 struct myaddrs *p, *next;
1766 for (p = lcconf->myaddrs; p; p = next) {
1778 lcconf->myaddrs = NULL;