HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_context (Results 1 - 5 of 5) sorted by null

  /external/dnsmasq/src/
dhcp.c 23 struct dhcp_context *current;
105 struct dhcp_context *context;
370 struct dhcp_context *context;
428 struct dhcp_context *address_available(struct dhcp_context *context,
437 struct dhcp_context *tmp;
458 struct dhcp_context *narrow_context(struct dhcp_context *context,
470 struct dhcp_context *tmp;
530 int address_allocate(struct dhcp_context *context
    [all...]
dnsmasq.h 540 struct dhcp_context { struct
547 struct dhcp_context *next, *current;
628 struct dhcp_context *dhcp;
797 struct dhcp_context *address_available(struct dhcp_context *context,
800 struct dhcp_context *narrow_context(struct dhcp_context *context,
803 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int negonly);int address_allocate(struct dhcp_context *context,
808 struct dhcp_context *context,
843 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index
    [all...]
rfc2131.c 85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
100 static void do_options(struct dhcp_context *context,
121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
291 struct dhcp_context *context_tmp, *context_new = NULL;
347 struct dhcp_context *context_tmp;
911 struct dhcp_context *tmp;
    [all...]
dnsmasq.c 501 struct dhcp_context *dhcp_tmp;
    [all...]
option.c     [all...]

Completed in 21 milliseconds