| /src/external/mpl/dhcp/dist/server/ |
| mdb6.c | 132 * - iasubopt - the v6 lease structure. These are created dynamically when 144 * ia_pd_active | iasubopt |<--| active hash | 147 * | iasubopt array |<---| iaptr |<--| inactive heap | 193 HASH_FUNCTIONS(iasubopt, struct in6_addr *, struct iasubopt, iasubopt_hash_t, 202 * - iasubopt must be a pointer to a (struct iasubopt *) pointer previously 206 iasubopt_allocate(struct iasubopt **iasubopt, const char *file, int line) { 207 struct iasubopt *tmp 737 struct iasubopt *iasubopt = (struct iasubopt *)value; local 749 struct iasubopt *iasubopt = (struct iasubopt *)value; local [all...] |
| db.c | 524 struct iasubopt *iasubopt; local 541 if (!ia->iasubopt[i]->ipv6_pool->ipv6_pond->use_eui_64) 602 iasubopt = ia->iasubopt[i]; 604 inet_ntop(AF_INET6, &iasubopt->addr, 612 addr_buf, (int)iasubopt->plen) < 0)) { 615 if ((iasubopt->state <= 0) || (iasubopt->state > FTS_LAST)) { 616 log_fatal("Unknown iasubopt state %d at %s:%d" [all...] |
| dhcpv6.c | 90 struct iasubopt *lease; 153 static struct iasubopt *lease_compare(struct iasubopt *alpha, 154 struct iasubopt *beta); 170 static struct iasubopt *prefix_compare(struct reply_state *reply, 171 struct iasubopt *alpha, 172 struct iasubopt *beta); 193 static const char *iasubopt_plen_str(struct iasubopt *lease); 196 static int reuse_lease6(struct reply_state *reply, struct iasubopt *lease); 197 static void shorten_lifetimes(struct reply_state *reply, struct iasubopt *lease [all...] |
| ddns.c | 56 struct iasubopt *lease6, 103 struct iasubopt *lease6, struct iasubopt *old6, 182 /* We add a reference to keep ia && iasubopt alive 833 struct iasubopt *lease6 = NULL; 962 struct iasubopt *lease6, 1095 safe_lease6_update(struct iasubopt *lease6, 1179 struct iasubopt *lease6, 1256 struct iasubopt *find_lease6 = NULL; 1690 struct iasubopt *lease6 [all...] |
| dhcpleasequery.c | 927 struct iasubopt *iaaddr = NULL;
|
| confpars.c | 4761 struct iasubopt *iaaddr; 5032 * iasubopt to hold them. 5209 struct iasubopt *iaaddr; 5480 * iasubopt to hold them. 5647 struct iasubopt *iapref; 5918 * iasubopt to hold them.
|
| /src/external/mpl/dhcp/dist/server/tests/ |
| mdb6_unittest.c | 52 struct iasubopt *iaaddr; 53 struct iasubopt *iaaddr_copy; 102 struct iasubopt *iaaddr; 103 struct iasubopt *iaaddr_copy; 114 iaaddr = (struct iasubopt *)1; 127 iaaddr_copy = (struct iasubopt *)1; 165 struct iasubopt *iaaddr; 228 struct iasubopt *iaaddr; 257 iaaddr = ia_na->iasubopt[random() % ia_na->num_iasubopt]; 374 struct iasubopt *iaaddr [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 1640 struct iasubopt { struct 1682 struct iasubopt **iasubopt; /* pointers to the IAADDR/IAPREFIXs */ member in struct:ia_xx 2243 struct iasubopt *, struct iasubopt *, struct option_state *); 2244 isc_result_t ddns_removals(struct lease *, struct iasubopt *, 3786 HASH_FUNCTIONS_DECL(iasubopt, struct in6_addr *, struct iasubopt, 3789 isc_result_t iasubopt_allocate(struct iasubopt **iasubopt, [all...] |