Searched refs:NPMODE_QUEUE (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/net/ |
D | ppp_defs.h | 101 NPMODE_QUEUE /* save it up for later. */ enumerator
|
/third_party/lwip/src/netif/ppp/ |
D | demand.c | 135 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_QUEUE); in demand_block()
|
D | ipv6cp.c | 1134 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE)) 1296 sifnpmode(f->pcb, PPP_IPV6, NPMODE_QUEUE);
|
D | ipcp.c | 1858 if (!sifnpmode(pcb, PPP_IP, NPMODE_QUEUE)) 2158 sifnpmode(pcb, PPP_IP, NPMODE_QUEUE); in ipcp_down()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 171 NPMODE_QUEUE /* save it up for later. */ enumerator
|