Home
last modified time | relevance | path

Searched defs:iasubopt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c206 iasubopt_allocate(struct iasubopt **iasubopt, const char *file, int line) { in iasubopt_allocate()
240 iasubopt_reference(struct iasubopt **iasubopt, struct iasubopt *src, in iasubopt_reference()
267 iasubopt_dereference(struct iasubopt **iasubopt, const char *file, int line) { in iasubopt_dereference()
445 ia_add_iasubopt(struct ia_xx *ia, struct iasubopt *iasubopt, in ia_add_iasubopt()
482 ia_remove_iasubopt(struct ia_xx *ia, struct iasubopt *iasubopt, in ia_remove_iasubopt()
614 active_changed(void *iasubopt, unsigned int new_heap_index) { in active_changed()
619 inactive_changed(void *iasubopt, unsigned int new_heap_index) { in inactive_changed()
737 struct iasubopt *iasubopt = (struct iasubopt *)value; in dereference_hash_entry() local
749 struct iasubopt *iasubopt = (struct iasubopt *)value; in dereference_heap_entry() local
2290 struct iasubopt *)) { in change_leases()
H A Ddb.c524 struct iasubopt *iasubopt; in write_ia() local
H A Ddhcpv6.c5860 struct iasubopt *),
6367 struct iasubopt *),
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1640 struct iasubopt { struct
1641 int refcnt; /* reference count */
1642 struct in6_addr addr; /* IPv6 address/prefix */
1643 u_int8_t plen; /* iaprefix prefix length */
1644 binding_state_t state; /* state */
1645 struct binding_scope *scope; /* "set var = value;" */
1646 time_t hard_lifetime_end_time; /* time address expires */
1647 time_t soft_lifetime_end_time; /* time ephemeral expires */
1648 u_int32_t prefer; /* cached preferred lifetime */
1649 u_int32_t valid; /* cached valid lifetime */
[all …]