Searched refs:sifnpmode (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | demand.c | 135 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_QUEUE); in demand_block() 152 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_ERROR); in demand_discard() 178 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
|
D | ipv6cp.c | 1134 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE)) 1223 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 1244 sifnpmode(f->pcb, PPP_IPV6, NPMODE_PASS); 1296 sifnpmode(f->pcb, PPP_IPV6, NPMODE_QUEUE); 1301 sifnpmode(f->pcb, PPP_IPV6, NPMODE_DROP);
|
D | ipcp.c | 1858 if (!sifnpmode(pcb, PPP_IP, NPMODE_QUEUE)) 2025 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up() 2064 sifnpmode(pcb, PPP_IP, NPMODE_PASS); in ipcp_up() 2158 sifnpmode(pcb, PPP_IP, NPMODE_QUEUE); in ipcp_down() 2163 sifnpmode(pcb, PPP_IP, NPMODE_DROP); in ipcp_down()
|
D | ppp.c | 1307 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { in sifnpmode() function
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 456 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode);
|