Searched refs:NPMODE_PASS (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/net/ |
| D | ppp_defs.h | 119 NPMODE_PASS, /* pass the packet through */ enumerator
|
| D | if_ppp.c | 933 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/ |
| D | demand.c | 177 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
|
| D | ipv6cp.c | 1348 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); in ipv6cp_up() 1365 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); in ipv6cp_up()
|
| D | ipcp.c | 1924 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up() 1969 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up()
|