/external/tcpdump/tests/ |
pppoes.out | 0 PPPoE [ses 0x17] LCP, Echo-Request (0x09), id 106, length 14 2 PPPoE [ses 0x3b] LCP, Echo-Request (0x09), id 103, length 14
|
pppoes_id.out | 0 PPPoE [ses 0x3b] LCP, Echo-Request (0x09), id 103, length 14
|
pppoe.out | 0 PPPoE PADI [Service-Name] [PPP-Max-Payload 0x05DC] [Host-Uniq 0x16372C16]
|
/external/ppp/pppd/plugins/rp-pppoe/ |
Makefile.linux | 6 # Makefile for Roaring Penguin's Linux PPPoE plugin. 30 all: rp-pppoe.so pppoe-discovery 32 pppoe-discovery: pppoe-discovery.o debug.o 33 $(CC) -o pppoe-discovery pppoe-discovery.o debug.o 35 pppoe-discovery.o: pppoe-discovery.c 36 $(CC) $(CFLAGS) -c -o pppoe-discovery.o pppoe-discovery. [all...] |
common.c | 5 * Implementation of user-space PPPoE redirector for Linux. 7 * Common functions used by PPPoE client and server 20 #include "pppoe.h" 35 * packet -- the PPPoE discovery packet to parse 41 * Parses a PPPoE discovery packet, calling "func" for each tag in the packet. 52 error("Invalid PPPoE version (%d)", PPPOE_VER(packet->vertype)); 56 error("Invalid PPPoE type (%d)", PPPOE_TYPE(packet->vertype)); 61 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */ 62 error("Invalid PPPoE packet length (%u)", len); 76 error("Invalid PPPoE tag length (%u)", tagLen) [all...] |
pppoe.h | 3 * pppoe.h 5 * Declaration of various PPPoE constants 12 * $Id: pppoe.h,v 1.4 2008/06/15 04:35:50 paulus Exp $ 110 /* PPPoE codes */ 117 /* Extensions from draft-carrel-info-pppoe-ext-00 */ 124 /* PPPoE Tags */ 137 /* Extensions from draft-carrel-info-pppoe-ext-00 */ 178 /* A PPPoE Packet, including Ethernet headers */ 181 unsigned int vertype:8; /* PPPoE Version and Type (must both be 1) */ 182 unsigned int code:8; /* PPPoE code * [all...] |
if.c | 5 * Implementation of user-space PPPoE redirector for Linux. 20 #include "pppoe.h" 62 * packet -- a received PPPoE packet 69 * Note that the ethernet type names come from "pppoe.h" and the packet 71 * with the rest of this file. See the BSD section of "pppoe.h" for 122 fatal("Cannot create raw socket -- pppoe must be run as root."); 124 error("Can't open socket for pppoe: %m"); 129 error("Can't set socket options for pppoe: %m"); 219 error("error sending pppoe packet: %m"); 240 error("error receiving pppoe packet: %m") [all...] |
plugin.c | 5 * pppd plugin for kernel-mode PPPoE on Linux 10 * Much code and many ideas derived from pppoe plugin by Michal 29 #include "pppoe.h" 75 "PPPoE device name", 79 "Desired PPPoE service name" }, 81 "Desired PPPoE access concentrator name" }, 86 { "pppoe-mac", o_string, &pppoe_reqd_mac, 100 * Initializes PPPoE device. 107 novm("PPPoE session data"); 126 * Connects PPPoE device [all...] |
pppoe-discovery.c | 2 * Perform PPPoE discovery 18 #include "pppoe.h" 67 * packet -- a received PPPoE packet 74 * Note that the ethernet type names come from "pppoe.h" and the packet 76 * with the rest of this file. See the BSD section of "pppoe.h" for 127 rp_fatal("Cannot create raw socket -- pppoe must be run as root."); 252 * packet -- the PPPoE discovery packet to parse 258 * Parses a PPPoE discovery packet, calling "func" for each tag in the packet. 269 fprintf(stderr, "Invalid PPPoE version (%d)\n", 274 fprintf(stderr, "Invalid PPPoE type (%d)\n" [all...] |
debug.c | 5 * Implementation of user-space PPPoE redirector for Linux. 19 #include "pppoe.h" 78 * packet -- a PPPoE packet 83 * Dumps the PPPoE packet to fp in an easy-to-read format 104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
|
discovery.c | 5 * Perform PPPoE discovery 15 #include "pppoe.h" 96 * conn -- PPPoE connection info 97 * packet -- a received PPPoE packet 99 * 1 if packet is for this PPPoE daemon; 0 otherwise. 395 error("Bogus PPPoE length field (%u)", 443 * conn -- PPPoE connection structur 530 * conn -- PPPoE connection info 580 error("Bogus PPPoE length field (%u)", 622 * conn -- PPPoE connection info structur [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_pppox.h | 3 * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) 34 * PPPoE addressing definition 46 #define PX_PROTO_OE 0 /* Currently just PPPoE */ 54 struct pppoe_addr pppoe; member in union:sockaddr_pppox::__anon39116 119 /* Length of entire PPPoE + PPP header */
|
/external/kernel-headers/original/uapi/linux/ |
if_pppox.h | 3 * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) 36 * PPPoE addressing definition 56 #define PX_PROTO_OE 0 /* Currently just PPPoE */ 65 struct pppoe_addr pppoe; member in union:sockaddr_pppox::__anon14663 152 /* Length of entire PPPoE + PPP header */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_pppox.h | 3 * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) 36 * PPPoE addressing definition 56 #define PX_PROTO_OE 0 /* Currently just PPPoE */ 65 struct pppoe_addr pppoe; member in union:sockaddr_pppox::__anon41040 140 /* Length of entire PPPoE + PPP header */
|
/system/connectivity/shill/pppoe/ |
pppoe_service.cc | 17 #include "shill/pppoe/pppoe_service.h" 76 set_friendly_name("PPPoE"); 92 "PPPoE Service %s does not have Ethernet link.", 99 StringPrintf("PPPoE service %s already connected.", 106 StringPrintf("PPPoE service %s already connecting.", 129 StringPrintf("PPPoE service %s can't start pppd.", 247 // Acquire DHCPv6 configurations through the PPPoE (virtual) interface
|
pppoe_service.h | 42 // PPPoEService is an EthernetService that manages PPPoE connectivity on a
|
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/ |
kernel_ConfigVerifyPPP.py | 15 'PPPOE',
|
/external/tcpdump/ |
print-pppoe.c | 100 ND_PRINT((ndo, "truncated-pppoe %u", length)); 120 ND_PRINT((ndo, "PPPoE %s", tok2str(pppoecode2str, "PAD-%x", pppoe_code))); 192 /* PPPoE data */ 198 ND_PRINT((ndo, "[|pppoe]"));
|
/external/iproute2/man/man8/ |
tc-stab.8 | 108 PPPoE \- 40+ (PPPoE \- 8, ATM \- 18, ethernet 14, possibly FCS \- 4+padding) 116 PPPoE \- 32+ (PPPoE \- 8, ATM \- 10, ethernet 14, possibly FCS \- 4+padding) 128 (Bridged and PPPoE). In such situation, any Ethernet specific padding
|
/external/ppp/pppd/plugins/ |
Makefile.linux | 12 SUBDIRS := rp-pppoe pppoatm pppol2tp
|
/system/connectivity/shill/ethernet/ |
ethernet.cc | 43 #include "shill/pppoe/pppoe_service.h" 182 bool pppoe = false; local 183 storage->GetBool(id, kPPPoEProperty, &pppoe); 186 ConfigurePPPoEMode(pppoe, &error); 188 LOG(WARNING) << "Error configuring PPPoE mode. Ignoring!"; 203 CHECK(!GetPPPoEMode(nullptr)) << "We should never connect in PPPoE mode!"; 476 LOG(WARNING) << "PPPoE support is not implemented. Ignoring attempt "
|
/system/connectivity/shill/ |
ppp_daemon.cc | 38 const char PPPDaemon::kPPPoEPluginPath[] = "rp-pppoe.so";
|
technology.h | 76 // Ethernet, Cellular, WiFi, WiMAX, or PPPoE.
|
/external/cros/system_api/dbus/shill/ |
dbus-constants.h | 323 const char kTypePPPoE[] = "pppoe"; 383 // FlimFlam PPPoE property names. 384 const char kPPPoEUsernameProperty[] = "PPPoE.Username"; 385 const char kPPPoEPasswordProperty[] = "PPPoE.Password"; 386 const char kPPPoELCPEchoIntervalProperty[] = "PPPoE.LCPEchoInterval"; 387 const char kPPPoELCPEchoFailureProperty[] = "PPPoE.LCPEchoFailure"; 388 const char kPPPoEMaxAuthFailureProperty[] = "PPPoE.MaxAuthFailure"; 524 const char kPPPoEProperty[] = "Ethernet.PPPoE"; [all...] |
/external/iproute2/include/linux/ |
if_ether.h | 75 #define ETH_P_PPP_DISC 0x8863 /* PPPoE discovery messages */ 76 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */
|