Searched refs:PPP_IP (Results 1 – 9 of 9) sorted by relevance
/external/tcpdump/ |
D | print-vjc.c | 94 return PPP_IP; in vjc_print() 98 return PPP_IP; in vjc_print()
|
D | ppp.h | 26 #define PPP_IP 0x0021 /* Raw IP */ macro
|
D | print-ppp.c | 64 { PPP_IP, "IP" }, 1412 case PPP_IP: in ppp_hdlc() 1484 case PPP_IP: in handle_ppp() 1802 case PPP_IP: in ppp_bsdos_if_print() 1819 case PPP_IP: in ppp_bsdos_if_print() 1849 case PPP_IP: in ppp_bsdos_if_print()
|
D | print-juniper.c | 1065 case PPP_IP : in juniper_ppp_heuristic_guess()
|
/external/libpcap/ |
D | ppp.h | 24 #define PPP_IP 0x0021 /* Raw IP */ macro
|
D | gencode.c | 3042 ll_proto = PPP_IP; in ethertype_to_ppptype() 3300 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, PPP_IP); in gen_linktype()
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 88 #define PPP_IP 0x21 /* Internet Protocol */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp_defs.h | 39 #define PPP_IP 0x21 /* Internet Protocol */ macro
|
/external/ppp/pppd/ |
D | ipcp.c | 1761 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE)) 1886 demand_rexmit(PPP_IP); 1887 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); 1923 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); 1948 np_up(f->unit, PPP_IP); 1987 np_down(f->unit, PPP_IP); 2000 sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE); 2002 sifnpmode(f->unit, PPP_IP, NPMODE_DROP); 2047 np_finished(f->unit, PPP_IP);
|