Searched refs:NPMODE_PASS (Results 1 – 10 of 10) sorted by relevance
/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
A D | ppp_impl.h | 166 NPMODE_PASS, /* pass the packet through */ enumerator
|
A D | ipcp.c | 1283 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up()
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
A D | demand.c | 178 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
|
A D | ipv6cp.c | 1223 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 1244 sifnpmode(f->pcb, PPP_IPV6, NPMODE_PASS);
|
A D | ipcp.c | 2025 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up() 2064 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up()
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | demand.c | 178 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
|
A D | ipv6cp.c | 1223 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 1244 sifnpmode(f->pcb, PPP_IPV6, NPMODE_PASS);
|
A D | ipcp.c | 2025 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up() 2064 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up()
|
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
A D | ppp_impl.h | 168 NPMODE_PASS, /* pass the packet through */ enumerator
|
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
A D | ppp_impl.h | 164 NPMODE_PASS, /* pass the packet through */ enumerator
|
Completed in 35 milliseconds