HomeSort by relevance Sort by last modified time
    Searched refs:discovery (Results 1 - 7 of 7) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 2 * Perform PPPoE discovery
57 fprintf(conn->debugFile, "pppoe-discovery %s\n", VERSION);
83 discovery(conn);
92 sprintf(buf, "pppoe-discovery: %.256s", str);
103 sprintf(buf, "pppoe-discovery: %.256s: %.256s", str, strerror(i));
122 fprintf(stderr, "Usage: pppoe-discovery [options]\n");
plugin.c 145 discovery(conn);
147 error("Unable to complete PPPoE Discovery");
pppoe.h 177 /* Discovery phase states */
252 int discoveryState; /* Where we are in discovery */
253 int discoverySocket; /* Raw socket for discovery frames */
264 int skipDiscovery; /* Skip discovery */
265 int noDiscoverySocket; /* Don't even open discovery socket */
306 void discovery(PPPoEConnection *conn);
discovery.c 3 * discovery.c
5 * Perform PPPoE discovery
12 "$Id: discovery.c,v 1.3 2004/11/04 10:07:37 paulus Exp $";
355 /* If it's not a Discovery packet, loop again */
532 /* If it's not a Discovery packet, loop again */
568 *%FUNCTION: discovery
574 * Performs the PPPoE discovery phase
577 discovery(PPPoEConnection *conn) function
583 /* Skip discovery and don't open discovery socket? *
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 247 \item \verb|nopmtudisc| --- disable Path MTU Discovery on this tunnel.
249 with this option: tunnels with fixed ttl always make pmtu discovery.
ip-cref.tex     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 86 milliseconds