Searched refs:cleanup_cflist (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_parse.y60 if (p) cleanup_cflist(p); \
74 if (pl) cleanup_cflist(pl); \
91 static void cleanup_cflist __P((struct cf_list *));
481 cleanup_cflist(ifp->params);
488 cleanup_cflist(p)
500 cleanup_cflist(p->list);
503 cleanup_cflist(n);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_parse.y60 if (p) cleanup_cflist(p); \
74 if (pl) cleanup_cflist(pl); \
91 static void cleanup_cflist __P((struct cf_list *));
481 cleanup_cflist(ifp->params);
488 cleanup_cflist(p)
500 cleanup_cflist(p->list);
503 cleanup_cflist(n);
H A Dclient6_parse.c188 if (p) cleanup_cflist(p); \
202 if (pl) cleanup_cflist(pl); \
219 static void cleanup_cflist __P((struct cf_list *));
2179 cleanup_cflist(ifp->params);
2186 cleanup_cflist(p)
2198 cleanup_cflist(p->list);
2201 cleanup_cflist(n);
2183 cleanup_cflist(p) function

Completed in 72 milliseconds