Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1066 struct ipv6_pond *ipv6_pond; member
1725 struct ipv6_pond *ipv6_pond; /* pond for this pool */ member
1739 struct ipv6_pond { struct
1741 struct ipv6_pond *next; argument
1742 struct group *group;
1743 struct shared_network *shared_network; /* backpointer to the enclosing
1745 struct permit *permit_list; /* allow clients from this list */
1746 struct permit *prohibit_list; /* deny clients from this list */
1747 TIME valid_from; /* deny pool use before this date */
1748 TIME valid_until; /* deny pool use after this date */
[all …]