Home
last modified time | relevance | path

Searched refs:NPMODE_PASS (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/net/
Dppp_defs.h119 NPMODE_PASS, /* pass the packet through */ enumerator
Dif_ppp.c933 mode = NPMODE_PASS; in pppoutput()
1060 mode = NPMODE_PASS; in ppp_requeue()
1064 case NPMODE_PASS: in ppp_requeue()
1676 sc->sc_npmode[NP_IP] != NPMODE_PASS) { in ppp_inproc()
1699 sc->sc_npmode[NP_IPV6] != NPMODE_PASS) { in ppp_inproc()
/netbsd/src/external/bsd/ppp/dist/pppd/
Ddemand.c177 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
Dipv6cp.c1348 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); in ipv6cp_up()
1365 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); in ipv6cp_up()
Dipcp.c1924 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up()
1969 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up()