Searched refs:dhcp_context (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddhcp6.c24 struct dhcp_context *current;
99 struct dhcp_context *context;
333 struct dhcp_context *context;
377 struct dhcp_context *tmp, **up;
432 struct dhcp_context *address6_allocate(struct dhcp_context *context, unsigned char *clid, int clid_len, int temp_addr,
444 struct dhcp_context *c, *d;
501 struct dhcp_context *address6_available(struct dhcp_context *context,
507 struct dhcp_context *tm
[all...]
H A Ddnsmasq.h843 struct dhcp_context { struct
858 struct dhcp_context *next, *current;
969 struct dhcp_context *dhcp, *dhcp6;
1284 struct dhcp_context *address_available(struct dhcp_context *context,
1287 struct dhcp_context *narrow_context(struct dhcp_context *context,
1290 int address_allocate(struct dhcp_context *context,
1314 u64 lease_find_max_addr6(struct dhcp_context *context);
1329 struct in_addr lease_find_max_addr(struct dhcp_context *contex
[all...]
H A Ddhcp.c22 struct dhcp_context *current;
138 struct dhcp_context *context;
501 struct dhcp_context *context;
560 struct dhcp_context *address_available(struct dhcp_context *context,
569 struct dhcp_context *tmp;
590 struct dhcp_context *narrow_context(struct dhcp_context *context,
602 struct dhcp_context *tmp;
638 int address_allocate(struct dhcp_context *contex
[all...]
H A Drfc3315.c26 struct dhcp_context *context;
48 static void get_context_tag(struct state *state, struct dhcp_context *context);
53 static struct prefix_class *prefix_class_from_context(struct dhcp_context *context);
56 static void mark_config_used(struct dhcp_context *context, struct in6_addr *addr);
58 static void add_address(struct state *state, struct dhcp_context *context, unsigned int lease_time, void *ia_option,
60 static void update_leases(struct state *state, struct dhcp_context *context, struct in6_addr *addr, unsigned int lease_time, time_t now);
61 static int add_local_addrs(struct dhcp_context *context);
63 static void calculate_times(struct dhcp_context *context, unsigned int *min_time, unsigned int *valid_timep,
75 unsigned short dhcp6_reply(struct dhcp_context *context, int interface, char *iface_name,
136 struct dhcp_context *
[all...]
H A Dradv.c62 static void new_timeout(struct dhcp_context *context, char *iface_name, time_t now);
79 struct dhcp_context *context;
117 void ra_start_unsolicted(time_t now, struct dhcp_context *context)
241 struct dhcp_context *context, *tmp, **up;
565 struct dhcp_context *context;
733 struct dhcp_context *context;
866 struct dhcp_context *context;
910 static void new_timeout(struct dhcp_context *context, char *iface_name, time_t now)
H A Dslaac.c28 struct dhcp_context *context;
121 struct dhcp_context *context;
H A Drfc2131.c29 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
30 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
43 static void do_options(struct dhcp_context *context,
68 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
273 struct dhcp_context *context_tmp, *context_new = NULL;
352 struct dhcp_context *context_tmp;
853 struct dhcp_context *tmp;
1002 struct dhcp_context *tmp;
1160 struct dhcp_context *tmp = NULL;
1482 static unsigned int calc_time(struct dhcp_context *contex
[all...]
H A Ddhcp-common.c270 static int is_config_in_context(struct dhcp_context *context, struct dhcp_config *config)
299 struct dhcp_context *context,
800 void log_context(int family, struct dhcp_context *context)
H A Dlease.c708 u64 lease_find_max_addr6(struct dhcp_context *context)
732 struct in_addr lease_find_max_addr(struct dhcp_context *context)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddhcp6.c24 struct dhcp_context *current;
99 struct dhcp_context *context;
333 struct dhcp_context *context;
377 struct dhcp_context *tmp, **up;
432 struct dhcp_context *address6_allocate(struct dhcp_context *context, unsigned char *clid, int clid_len, int temp_addr,
444 struct dhcp_context *c, *d;
501 struct dhcp_context *address6_available(struct dhcp_context *context,
507 struct dhcp_context *tm
[all...]
H A Ddnsmasq.h843 struct dhcp_context { struct
858 struct dhcp_context *next, *current;
969 struct dhcp_context *dhcp, *dhcp6;
1284 struct dhcp_context *address_available(struct dhcp_context *context,
1287 struct dhcp_context *narrow_context(struct dhcp_context *context,
1290 int address_allocate(struct dhcp_context *context,
1314 u64 lease_find_max_addr6(struct dhcp_context *context);
1329 struct in_addr lease_find_max_addr(struct dhcp_context *contex
[all...]
H A Ddhcp.c22 struct dhcp_context *current;
138 struct dhcp_context *context;
501 struct dhcp_context *context;
560 struct dhcp_context *address_available(struct dhcp_context *context,
569 struct dhcp_context *tmp;
590 struct dhcp_context *narrow_context(struct dhcp_context *context,
602 struct dhcp_context *tmp;
638 int address_allocate(struct dhcp_context *contex
[all...]
H A Drfc3315.c26 struct dhcp_context *context;
48 static void get_context_tag(struct state *state, struct dhcp_context *context);
53 static struct prefix_class *prefix_class_from_context(struct dhcp_context *context);
56 static void mark_config_used(struct dhcp_context *context, struct in6_addr *addr);
58 static void add_address(struct state *state, struct dhcp_context *context, unsigned int lease_time, void *ia_option,
60 static void update_leases(struct state *state, struct dhcp_context *context, struct in6_addr *addr, unsigned int lease_time, time_t now);
61 static int add_local_addrs(struct dhcp_context *context);
63 static void calculate_times(struct dhcp_context *context, unsigned int *min_time, unsigned int *valid_timep,
75 unsigned short dhcp6_reply(struct dhcp_context *context, int interface, char *iface_name,
136 struct dhcp_context *
[all...]
H A Dradv.c62 static void new_timeout(struct dhcp_context *context, char *iface_name, time_t now);
79 struct dhcp_context *context;
117 void ra_start_unsolicted(time_t now, struct dhcp_context *context)
241 struct dhcp_context *context, *tmp, **up;
565 struct dhcp_context *context;
733 struct dhcp_context *context;
866 struct dhcp_context *context;
910 static void new_timeout(struct dhcp_context *context, char *iface_name, time_t now)
H A Dslaac.c28 struct dhcp_context *context;
121 struct dhcp_context *context;
H A Drfc2131.c29 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
30 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
43 static void do_options(struct dhcp_context *context,
68 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
273 struct dhcp_context *context_tmp, *context_new = NULL;
352 struct dhcp_context *context_tmp;
853 struct dhcp_context *tmp;
1002 struct dhcp_context *tmp;
1160 struct dhcp_context *tmp = NULL;
1482 static unsigned int calc_time(struct dhcp_context *contex
[all...]
H A Ddhcp-common.c270 static int is_config_in_context(struct dhcp_context *context, struct dhcp_config *config)
299 struct dhcp_context *context,
800 void log_context(int family, struct dhcp_context *context)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddhcp6.c24 struct dhcp_context *current;
99 struct dhcp_context *context;
333 struct dhcp_context *context;
377 struct dhcp_context *tmp, **up;
432 struct dhcp_context *address6_allocate(struct dhcp_context *context, unsigned char *clid, int clid_len, int temp_addr,
444 struct dhcp_context *c, *d;
501 struct dhcp_context *address6_available(struct dhcp_context *context,
507 struct dhcp_context *tm
[all...]
H A Ddnsmasq.h843 struct dhcp_context { struct
858 struct dhcp_context *next, *current;
969 struct dhcp_context *dhcp, *dhcp6;
1284 struct dhcp_context *address_available(struct dhcp_context *context,
1287 struct dhcp_context *narrow_context(struct dhcp_context *context,
1290 int address_allocate(struct dhcp_context *context,
1314 u64 lease_find_max_addr6(struct dhcp_context *context);
1329 struct in_addr lease_find_max_addr(struct dhcp_context *contex
[all...]
H A Ddhcp.c22 struct dhcp_context *current;
138 struct dhcp_context *context;
501 struct dhcp_context *context;
560 struct dhcp_context *address_available(struct dhcp_context *context,
569 struct dhcp_context *tmp;
590 struct dhcp_context *narrow_context(struct dhcp_context *context,
602 struct dhcp_context *tmp;
638 int address_allocate(struct dhcp_context *contex
[all...]
H A Drfc3315.c26 struct dhcp_context *context;
48 static void get_context_tag(struct state *state, struct dhcp_context *context);
53 static struct prefix_class *prefix_class_from_context(struct dhcp_context *context);
56 static void mark_config_used(struct dhcp_context *context, struct in6_addr *addr);
58 static void add_address(struct state *state, struct dhcp_context *context, unsigned int lease_time, void *ia_option,
60 static void update_leases(struct state *state, struct dhcp_context *context, struct in6_addr *addr, unsigned int lease_time, time_t now);
61 static int add_local_addrs(struct dhcp_context *context);
63 static void calculate_times(struct dhcp_context *context, unsigned int *min_time, unsigned int *valid_timep,
75 unsigned short dhcp6_reply(struct dhcp_context *context, int interface, char *iface_name,
136 struct dhcp_context *
[all...]
H A Dradv.c62 static void new_timeout(struct dhcp_context *context, char *iface_name, time_t now);
79 struct dhcp_context *context;
117 void ra_start_unsolicted(time_t now, struct dhcp_context *context)
241 struct dhcp_context *context, *tmp, **up;
565 struct dhcp_context *context;
733 struct dhcp_context *context;
866 struct dhcp_context *context;
910 static void new_timeout(struct dhcp_context *context, char *iface_name, time_t now)
H A Dslaac.c28 struct dhcp_context *context;
121 struct dhcp_context *context;
H A Drfc2131.c29 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
30 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
43 static void do_options(struct dhcp_context *context,
68 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
273 struct dhcp_context *context_tmp, *context_new = NULL;
352 struct dhcp_context *context_tmp;
853 struct dhcp_context *tmp;
1002 struct dhcp_context *tmp;
1160 struct dhcp_context *tmp = NULL;
1482 static unsigned int calc_time(struct dhcp_context *contex
[all...]
H A Ddhcp-common.c270 static int is_config_in_context(struct dhcp_context *context, struct dhcp_config *config)
299 struct dhcp_context *context,
800 void log_context(int family, struct dhcp_context *context)

Completed in 303 milliseconds

12