Searched refs:option_set (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Doptions.h37 struct option_set *find_option(struct option_set *opt_list, char code);
38 void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length);
H A Ddhcpd.h99 struct option_set { struct
101 struct option_set *next;
108 struct option_set *options; /* List of DHCP options loaded from the config file */
H A Doptions.c205 struct option_set *find_option(struct option_set *opt_list, char code)
216 void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length)
218 struct option_set *existing, *new, **curr;
235 new = malloc(sizeof(struct option_set));
H A Dserverpacket.c255 struct option_set *curr;
383 struct option_set *curr;
505 struct option_set *curr;
H A Ddhcpd.c92 struct option_set *option;
H A Dfiles.c96 struct option_set **opt_list = arg;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Doptions.h37 struct option_set *find_option(struct option_set *opt_list, char code);
38 void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length);
H A Ddhcpd.h95 struct option_set { struct
97 struct option_set *next;
104 struct option_set *options; /* List of DHCP options loaded from the config file */
H A Doptions.c187 struct option_set *find_option(struct option_set *opt_list, char code)
198 void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length)
200 struct option_set *existing, *new, **curr;
217 new = malloc(sizeof(struct option_set));
H A Dserverpacket.c114 struct option_set *curr;
203 struct option_set *curr;
246 struct option_set *curr;
H A Ddhcpd.c93 struct option_set *option;
H A Dfiles.c75 struct option_set **opt_list = arg;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.h17 struct option_set { struct
19 struct option_set *next;
33 struct option_set *options; /* List of DHCP options loaded from the config file */
102 struct option_set *find_option(struct option_set *opt_list, char code);
H A Dserverpacket.c108 struct option_set *curr;
204 struct option_set *curr;
252 struct option_set *curr;
H A Dfiles.c74 struct option_set *find_option(struct option_set *opt_list, char code)
86 static void attach_option(struct option_set **opt_list,
89 struct option_set *existing, *new, **curr;
155 struct option_set **opt_list = arg;
H A Ddhcpd.c36 struct option_set *option;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm-debug.c499 static int option_set(void *data, u64 val) function
514 DEFINE_SIMPLE_ATTRIBUTE(pm_dbg_option_fops, option_get, option_set, "%llu\n");

Completed in 58 milliseconds