Home
last modified time | relevance | path

Searched refs:dhcp_context (Results 1 – 6 of 6) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h542 struct dhcp_context { struct
549 struct dhcp_context *next, *current; argument
610 struct dhcp_context *dhcp;
770 struct dhcp_context *address_available(struct dhcp_context *context,
773 struct dhcp_context *narrow_context(struct dhcp_context *context,
776 …id *check, struct dhcp_netid *pool, int negonly);int address_allocate(struct dhcp_context *context,
781 struct dhcp_context *context,
816 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
Ddhcp.c23 struct dhcp_context *current;
110 struct dhcp_context *context; in dhcp_packet()
375 struct dhcp_context *context; in complete_context()
433 struct dhcp_context *address_available(struct dhcp_context *context, in address_available()
442 struct dhcp_context *tmp; in address_available()
463 struct dhcp_context *narrow_context(struct dhcp_context *context, in narrow_context()
475 struct dhcp_context *tmp; in narrow_context()
535 int address_allocate(struct dhcp_context *context, in address_allocate()
544 struct dhcp_context *c, *d; in address_allocate()
640 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config) in is_addr_in_context()
[all …]
Drfc2131.c85 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()
[all …]
Ddnsmasq.c472 struct dhcp_context *dhcp_tmp; in main()
Doption.c1622 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch189 struct dhcp_context *address_available(struct dhcp_context *context,
195 -size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
196 +size_t dhcp_reply(int pipefd, struct dhcp_context *context, char *iface_name, int int_index,
277 struct dhcp_context *context;
457 -size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
458 +size_t dhcp_reply(int piperead, struct dhcp_context *context, char *iface_name, int int_index,