Home
last modified time | relevance | path

Searched refs:PPP_IPV6 (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dipv6cp.c1134 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
1222 demand_rexmit(PPP_IPV6);
1223 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS);
1244 sifnpmode(f->pcb, PPP_IPV6, NPMODE_PASS);
1251 np_up(f->pcb, PPP_IPV6);
1284 np_down(f->pcb, PPP_IPV6);
1296 sifnpmode(f->pcb, PPP_IPV6, NPMODE_QUEUE);
1301 sifnpmode(f->pcb, PPP_IPV6, NPMODE_DROP);
1332 np_finished(f->pcb, PPP_IPV6);
H A Dppp.c503 return ppp_netif_output(netif, pb, PPP_IPV6); in ppp_netif_output_ip6()
518 || (protocol == PPP_IPV6 && !pcb->if6_up) in ppp_netif_output()
893 case PPP_IPV6: /* Internet Protocol Version 6 */ in ppp_input()
H A Dpppos.c577 || pppos->in_protocol == PPP_IPV6 in pppos_input()
703 || pppos->in_protocol == PPP_IPV6 in pppos_input()
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dppp_impl.h105 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro