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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.c202 struct option_set *find_option(struct option_set *opt_list, char code)
213 void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length)
215 struct option_set *existing, *new, **curr;
232 new = malloc(sizeof(struct option_set));
H A Dserverpacket.c114 struct option_set *curr;
223 struct option_set *curr;
285 struct option_set *curr;
H A Ddhcpd.c92 struct option_set *option;
H A Dfiles.c96 struct option_set **opt_list = arg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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;

Completed in 74 milliseconds