HomeSort by relevance Sort by last modified time
    Searched full:ppp (Results 101 - 125 of 208) sorted by null

1 2 3 45 6 7 8 9

  /external/ppp/pppd/
pppcrypt.c 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
ipv6cp.h 2 * ipv6cp.h - PPP IPV6 Control Protocol.
srp-entry.c 2 * Utility program for generating entries in /etc/ppp/srp-secrets
tty.c 509 * connect_tty - get the serial port ready to start doing PPP.
550 * Open the serial device and set it up to be the ppp interface.
590 * when it is in PPP line discipline, so this isn't needed.
809 * tty_do_send_config - set transmit-side PPP configuration.
    [all...]
  /external/tcpdump/
gmpls.c 127 { 53, "IP/PPP (GFP)"},
print-chdlc.c 40 #include "ppp.h"
print-ether.c 67 { ETHERTYPE_PPP, "PPP" },
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon9389
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon9743
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon10097
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon10521
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon10879
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon11308
  /external/libpcap/
pcap.3 875 PPP; if the first 2 bytes are 0xff and 0x03, it's PPP in HDLC-like
876 framing, with the PPP header following those two bytes, otherwise it's
877 PPP without framing, and the packet begins with the PPP header.
890 PPP in HDLC-like framing, as per RFC 1662, or Cisco PPP with HDLC
892 for PPP in HDLC-like framing, and will be 0x0F or 0x8F for Cisco PPP
899 Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547
    [all...]
pcap-linux.c     [all...]
pcap-snoop.c 294 } else if (strncmp("ppp", device, 3) == 0) {
296 ll_hdrlen = 0; /* DLT_RAW meaning "no PPP header, just the IP packet"? */
  /external/bluetooth/hcidump/src/
hcidump.c 902 { "ppp", FILT_PPP },
946 " -P, --ppp=channel Channel for PPP\n"
947 " -D, --pppdump=file Extract PPP traffic\n"
978 { "ppp", 1, 0, 'P' },
  /external/bluetooth/bluez/compat/
dund.c 409 "Bluetooth LAP (LAN Access over PPP) daemon version %s\n"
430 "\t--pppd -d <pppd> Location of the PPP daemon (pppd)\n"
  /external/bzip2/
bzlib_private.h 103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 254 /* check PPP protocol type */
283 /* 20 byte IP header; 20 byte TCP header; at least 1 or 2 byte PPP protocol */
  /external/ppp/pppd/plugins/
winbind.c 29 * Updated on 2003-12-12 to support updated PPP plugin API from latest CVS
469 * worry about looking in /etc/ppp/ *-secrets
  /system/core/rootdir/etc/
init.testmenu 213 echo " 4: Configure ppp data to at2"
223 "3" ) kill &pppdpid; pppd nodetach $pppdev connect "sh -c \"chat -v -f /etc/ppp/connect-data <$atdev >$atdev\"" & pppdpid=$!;;
  /external/iproute2/include/linux/
if.h 88 #define IF_PROTO_PPP 0x2001 /* PPP protocol */
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 731 /** Data connection activity: Currently receiving IP PPP traffic. */
733 /** Data connection activity: Currently sending IP PPP traffic. */
736 * IP PPP traffic. */
  /system/netd/
CommandListener.cpp 206 const char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local
211 ppp = (flags & IFF_POINTOPOINT) ? " point-to-point" : "";
217 asprintf(&flag_s, "[%s%s%s%s%s%s]", updown, brdcst, loopbk, ppp, running, multi);

Completed in 314 milliseconds

1 2 3 45 6 7 8 9