Searched refs:dhcp_context (Results 1 – 6 of 6) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.h | 542 struct dhcp_context { struct 549 struct dhcp_context *next, *current; argument 630 struct dhcp_context *dhcp; 801 struct dhcp_context *address_available(struct dhcp_context *context, 804 struct dhcp_context *narrow_context(struct dhcp_context *context, 807 …id *check, struct dhcp_netid *pool, int negonly);int address_allocate(struct dhcp_context *context, 812 struct dhcp_context *context, 847 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
|
D | dhcp.c | 23 struct dhcp_context *current; 105 struct dhcp_context *context; in dhcp_packet() 370 struct dhcp_context *context; in complete_context() 428 struct dhcp_context *address_available(struct dhcp_context *context, in address_available() 437 struct dhcp_context *tmp; in address_available() 458 struct dhcp_context *narrow_context(struct dhcp_context *context, in narrow_context() 470 struct dhcp_context *tmp; in narrow_context() 530 int address_allocate(struct dhcp_context *context, in address_allocate() 539 struct dhcp_context *c, *d; in address_allocate() 635 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config) in is_addr_in_context() [all …]
|
D | rfc2131.c | 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() [all …]
|
D | option.c | 1644 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt()
|
D | dnsmasq.c | 507 struct dhcp_context *dhcp_tmp; in main()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 189 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,
|