Searched defs:DLT_PPP_PPPD (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Doptions.c66 #ifndef DLT_PPP_PPPD
68 #define DLT_PPP_PPPD DLT_PPP_WITHDIRECTION macro
70 #define DLT_PPP_PPPD DLT_PPP macro
1489 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
1510 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
/external/libpcap/pcap/
H A Ddlt.h575 #define DLT_PPP_PPPD 166 macro
579 * software; new software should use DLT_PPP_PPPD.
581 #define DLT_PPP_WITH_DIRECTION DLT_PPP_PPPD
582 #define DLT_LINUX_PPP_WITHDIRECTION DLT_PPP_PPPD

Completed in 302 milliseconds