OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dhcp_context
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/src/
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
...]
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
...]
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
...]
/external/dnsmasq/contrib/lease-access/
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,
Completed in 401 milliseconds