Searched refs:PPP_IPV6 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | ipv6cp.c | 1134 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);
|
A D | ppp.c | 495 return ppp_netif_output(netif, pb, PPP_IPV6); in ppp_netif_output_ip6() 510 || (protocol == PPP_IPV6 && !pcb->if6_up) in ppp_netif_output() 880 case PPP_IPV6: /* Internet Protocol Version 6 */ in ppp_input()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | ppp_impl.h | 99 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | ppp_impl.h | 99 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro
|
Completed in 9 milliseconds