Searched refs:NPMODE_PASS (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | demand.c | 178 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
|
H A D | ipv6cp.c | 1223 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 1244 sifnpmode(f->pcb, PPP_IPV6, NPMODE_PASS);
|
H A D | ipcp.c | 2025 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up() 2064 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up()
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 170 NPMODE_PASS, /* pass the packet through */ enumerator
|