Searched refs:sifnpmode (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Ddemand.c135 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_QUEUE);
152 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_ERROR);
178 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_PASS);
H A Dipv6cp.c1134 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);
H A Dipcp.c1858 if (!sifnpmode(pcb, PPP_IP, NPMODE_QUEUE))
2025 sifnpmode(pcb, PPP_IP, NPMODE_PASS);
2064 sifnpmode(pcb, PPP_IP, NPMODE_PASS);
2158 sifnpmode(pcb, PPP_IP, NPMODE_QUEUE);
2163 sifnpmode(pcb, PPP_IP, NPMODE_DROP);
H A Dppp.c1302 * sifnpmode - Set the mode for handling packets for a given NP.
1304 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { function
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp_impl.h456 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode);

Completed in 46 milliseconds