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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_parse.y70 (l) = (struct cf_list *)malloc(sizeof(*(l))); \
85 struct cf_list *cf_dns_list;
91 static void cleanup_cflist __P((struct cf_list *));
107 struct cf_list *list;
144 struct cf_list *head;
162 struct cf_list *l;
170 struct cf_list *l;
178 struct cf_list *l;
186 struct cf_list *l;
194 struct cf_list *
[all...]
H A Dconfig.h225 struct cf_list *params;
228 struct cf_list { struct
229 struct cf_list *next;
230 struct cf_list *tail;
236 struct cf_list *list;
301 extern struct cf_list *cf_dns_list;
H A Dconfig.c58 static int add_options __P((int, struct dhcp6_ifconf *, struct cf_list *));
60 static int add_option __P((struct dhcp6_option_list *, struct cf_list *));
90 struct cf_list *cfl;
299 struct cf_list *cfl;
418 struct cf_list *cl;
552 struct cf_list *cfl0)
555 struct cf_list *cfl;
688 int add_option (struct dhcp6_option_list *opts, struct cf_list *cfl)

Completed in 42 milliseconds