HomeSort by: relevance | last modified time | path
    Searched defs:DLT_PPP_PPPD (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
options.c 76 #ifndef DLT_PPP_PPPD
78 #define DLT_PPP_PPPD DLT_PPP_WITHDIRECTION
80 #define DLT_PPP_PPPD DLT_PPP
1700 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
1721 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
1741 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
1761 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
  /src/external/bsd/libpcap/dist/pcap/
dlt.h 667 #define DLT_PPP_PPPD 166
671 * software; new software should use DLT_PPP_PPPD.
673 #define DLT_PPP_WITH_DIRECTION DLT_PPP_PPPD
674 #define DLT_LINUX_PPP_WITHDIRECTION DLT_PPP_PPPD
918 * name for what is now called DLT_PPP_PPPD.
  /src/sys/net/
dlt.h 669 #define DLT_PPP_PPPD 166
673 * software; new software should use DLT_PPP_PPPD.
675 #define DLT_PPP_WITH_DIRECTION DLT_PPP_PPPD
676 #define DLT_LINUX_PPP_WITHDIRECTION DLT_PPP_PPPD
920 * name for what is now called DLT_PPP_PPPD.

Completed in 49 milliseconds