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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-vjc.c40 * is for COMPRESSED_TCP packets (PPP_IP is used for TYPE_IP packets).
94 return PPP_IP;
98 return PPP_IP;
H A Dppp.h26 #define PPP_IP 0x0021 /* Raw IP */ macro
H A Dprint-ppp.c64 { PPP_IP, "IP" },
1412 case PPP_IP:
1484 case PPP_IP:
1802 case PPP_IP:
1819 case PPP_IP:
1849 case PPP_IP:
H A Dprint-juniper.c1065 case PPP_IP :
/freebsd-11-stable/contrib/libpcap/
H A Dppp.h24 #define PPP_IP 0x0021 /* Raw IP */ macro
H A Dgencode.c3044 proto = PPP_IP;
3145 case PPP_IP:
3317 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, PPP_IP);
/freebsd-11-stable/sys/net/
H A Dppp_defs.h59 #define PPP_IP 0x21 /* Internet Protocol */ macro
H A Dif_spppsubr.c101 #define PPP_IP 0x0021 /* Internet Protocol */ macro
601 case PPP_IP:
779 int ipproto = PPP_IP;
879 ipproto = PPP_IP;

Completed in 202 milliseconds