Searched refs:PPP_IP (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-vjc.c46 * is for COMPRESSED_TCP packets (PPP_IP is used for TYPE_IP packets).
93 return PPP_IP;
97 return PPP_IP;
H A Dppp.h29 #define PPP_IP 0x0021 /* Raw IP */ macro
H A Dprint-ppp.c71 { PPP_IP, "IP" },
1303 case PPP_IP:
1367 case PPP_IP:
1679 case PPP_IP:
1698 case PPP_IP:
1730 case PPP_IP:
H A Dprint-juniper.c1017 case PPP_IP :
/freebsd-10.0-release/contrib/libpcap/
H A Dppp.h25 #define PPP_IP 0x0021 /* Raw IP */ macro
H A Dgencode.c2851 proto = PPP_IP;
2907 case PPP_IP:
3124 b0 = gen_cmp(OR_LINK, off_linktype, BPF_H, PPP_IP);
/freebsd-10.0-release/sys/net/
H A Dppp_defs.h59 #define PPP_IP 0x21 /* Internet Protocol */ macro
H A Dif_spppsubr.c104 #define PPP_IP 0x0021 /* Internet Protocol */ macro
604 case PPP_IP:
796 int ipproto = PPP_IP;
896 ipproto = PPP_IP;

Completed in 302 milliseconds