Searched refs:PPP_IPV6 (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | ipv6cp.c | 1153 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE)) 1235 demand_rexmit(PPP_IPV6); 1236 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 1276 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS); 1282 np_up(f->unit, PPP_IPV6); 1310 np_down(f->unit, PPP_IPV6); 1321 sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE); 1323 sifnpmode(f->unit, PPP_IPV6, NPMODE_DROP); 1368 np_finished(f->unit, PPP_IPV6);
|
/external/libpcap/ |
D | ppp.h | 36 #define PPP_IPV6 0x0057 /* Internet Protocol version 6 */ macro
|
D | gencode.c | 2150 case PPP_IPV6: 2281 proto = PPP_IPV6; 2333 proto = PPP_IPV6;
|
/external/tcpdump/ |
D | ppp.h | 39 #define PPP_IPV6 0x0057 /* IPv6 */ macro
|
D | print-ppp.c | 84 { PPP_IPV6, "IP6"}, 1305 case PPP_IPV6: in ppp_hdlc() 1370 case PPP_IPV6: in handle_ppp() 1681 case PPP_IPV6: in ppp_bsdos_if_print() 1700 case PPP_IPV6: in ppp_bsdos_if_print() 1732 case PPP_IPV6: in ppp_bsdos_if_print()
|
D | print-juniper.c | 736 case PPP_IPV6 : in juniper_ppp_heuristic_guess()
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 83 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ macro
|