Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
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);
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()
888 case PPP_IPV6: /* Internet Protocol Version 6 */ in ppp_input()
/third_party/FreeBSD/sys/net/
Dppp_defs.h79 #define PPP_IPV6 0x57 /* Internet Protocol version 6*/ macro
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h103 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro