HomeSort by: relevance | last modified time | path
    Searched defs:iasubopt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
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...]
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...]
  /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...]

Completed in 20 milliseconds