Searched refs:DLT_PPP_WITH_DIRECTION (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/pcap/
H A Dbpf.h627 #define DLT_PPP_WITH_DIRECTION DLT_PPP_PPPD macro
844 #define DLT_PPP_WITH_DIR 204 /* PPP - don't confuse with DLT_PPP_WITH_DIRECTION */
/external/ppp/pppd/
H A Doptions.c62 * DLT_PPP_WITH_DIRECTION is in current libpcap cvs, and should be in
66 #ifndef DLT_PPP_WITH_DIRECTION
67 #define DLT_PPP_WITH_DIRECTION DLT_PPP macro
1457 pc = pcap_open_dead(DLT_PPP_WITH_DIRECTION, 65535);
1478 pc = pcap_open_dead(DLT_PPP_WITH_DIRECTION, 65535);

Completed in 467 milliseconds