Lines Matching refs:dhcp_context
85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_ad…
86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned ch…
100 static void do_options(struct dhcp_context *context,
121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index, in dhcp_reply()
291 struct dhcp_context *context_tmp, *context_new = NULL; in dhcp_reply()
347 struct dhcp_context *context_tmp; in dhcp_reply()
911 struct dhcp_context *tmp; in dhcp_reply()
1053 struct dhcp_context *tmp = NULL; in dhcp_reply()
1337 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned ch… in calc_time()
1353 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_ad… in server_id()
1716 static int do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_te… in do_opt()
2014 static void do_options(struct dhcp_context *context, in do_options()