Home
last modified time | relevance | path

Searched refs:static_pool (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd.h203 struct in_addr_range *static_pool; member
Dparse.y884 &curr_ipcpconf->static_pool, $2) != 0) {
1699 if (ipcp->static_pool != NULL)
1700 in_addr_range_list_remove_all(&ipcp->static_pool);
Dnpppd_pool.c136 pool = ipcp->static_pool; in npppd_pool_reload()