Home
last modified time | relevance | path

Searched refs:SNP_PPP (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_pool.c247 NPPPD_POOL_ASSERT(snp0->snp_type != SNP_PPP); in npppd_pool_regist_radish()
330 NPPPD_POOL_ASSERT(snp->snp_type == SNP_PPP); in npppd_pool_get_dynamic()
390 NPPPD_POOL_ASSERT(snp->snp_type != SNP_PPP); in npppd_pool_assign_ip()
517 if (snp->snp_type == SNP_PPP) { in npppd_pool_get_assignability()
H A Dnpppd.h229 #define SNP_PPP 3 macro
H A Dnpppd_ctl.c168 if (snp->snp_type == SNP_PPP) { in npppd_ctl_who_walk_rd()
H A Dnpppd.c610 case SNP_PPP: in npppd_reset_routing_table()
753 if (snp->snp_type == SNP_PPP) in npppd_get_ppp_by_ip()
1694 NPPPD_ASSERT(snp->snp_type == SNP_PPP); in npppd_set_radish()
1835 if (snp->snp_type == SNP_PPP) { in npppd_get_all_users()
H A Dnpppd_iface.c411 if (snp->snp_type == SNP_PPP) { in npppd_iface_network_input_delegate()
H A Dppp.c114 _this->snp.snp_type = SNP_PPP; in ppp_create()