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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/init.d/
pppd 43 if [ -f $PPPDIR/pppoe.if ] && [ -x /usr/sbin/sppptun ]; then
45 $PPPDIR/pppoe.if | \
49 /usr/sbin/sppptun plumb $saps pppoe $intf
55 if [ -f $PPPDIR/pppoe ] && [ -x /usr/lib/inet/pppoed ]; then
78 if [ -f $PPPDIR/pppoe.if ] && [ -x /usr/sbin/sppptun ]; then
80 $PPPDIR/pppoe.if | \
83 /usr/sbin/sppptun unplumb ${intf}:pppoe
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
Makefile 28 PPPOE = pppoe.so
30 LIBRARIES = minconn.so passprompt.so pppoe.so
31 OBJECTS = minconn.o passprompt.o pppoe.o
34 LINTSRCS = pppoe.c
43 $(PPPOE):= PICS = pics/pppoe.o
51 $(PPPOE):= MAPFILES = mapfile-pppoe
90 $(PPPOE): pics .WAIT $$(PICS
    [all...]
pppoe.c 28 * pppoe.c - pppd plugin to handle PPPoE operation.
42 #include <net/pppoe.h>
131 ":pppoe") != 0) {
132 option_error("standard input not connected to PPPoE");
144 * second argument to contain the interface name and selected PPPoE
178 error("cannot malloc PPPoE environment for %s", envname);
217 error("cannot malloc PPPoE message");
267 error("cannot malloc PPPoE route");
302 * the PPPoE version, the message length, and session ID. The cod
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/net/
Makefile 30 ppp-comp.h ppp_defs.h pppio.h vjcompress.h sppptun.h pppoe.h radix.h \
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpppdt/
prototype_com 56 f none usr/lib/inet/ppp/pppoe.so 544 root bin
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/
Makefile 28 in.ripngd in.timed inetd mdnsd ncaconfd pppoe \
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
common.h 23 * PPPoE common utilities and data.
42 #include <net/pppoe.h>
54 /* Name of PPPoE tunnel driver */
75 /* PPPoE-specific functions. */
options.c 22 * PPPoE Server-mode daemon option parsing.
    [all...]
common.c 23 * PPPoE common utilities and data.
42 #include <net/pppoe.h>
143 * Format a PPPoE header in the user's buffer. The returned pointer
221 * Add a tag with text string data to a PPPoE packet being
231 * Add a tag with 32-bit integer data to a PPPoE packet being
242 * Add a tag with two 32-bit integers to a PPPoE packet being
256 * Copy a single tag and its data from one PPPoE packet to a PPPoE
280 /* List of PPPoE data tag types. */
299 /* List of PPPoE message code numbers. *
    [all...]
pppoed.c 22 * PPPoE Server-mode daemon for use with Solaris PPP 4.0.
42 #include <net/pppoe.h>
254 * PPPoE message or just an event notification.
315 /* Only PPPoE control messages get here. */
319 logdbg("incomplete PPPoE message from %s/%s",
pppoec.c 22 * PPPoE Client-mode "chat" utility for use with Solaris PPP 4.0.
45 #include <net/pppoe.h>
93 * PPPoE Client State Machine
254 * PPPoE Message structure -- holds data from a received PPPoE
260 const poep_t *poemsg_data; /* Pointer to PPPoE packet */
267 * PPPoE State Machine structure -- holds state of PPPoE negotiation;
285 * Convert an internal PPPoE event code number into a printable
303 * Convert an internal PPPoE state number into a printable string
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_pppoe.c 36 #include <net/pppoe.h>
41 * the first byte of the PPPoE header.
104 (void) sprintf(get_sum_line(), "PPPoE %s",
107 show_header("PPPoE: ", "PPP Over Ethernet", len);
143 * interpret_tags() prints PPPoE Discovery Stage TAGs in detail.
160 show_header("PPPoE: ", tinfo->tag_name,
snoop.h 44 #include <net/pppoe.h>
  /onnv/onnv-gate/usr/src/
Makefile.lint 80 cmd/cmd-inet/usr.lib/pppoe \
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/sppptun/
sppptun.c 51 #include <net/pppoe.h>
144 * This is the simple list of lower layers. For PPPoE, there is one
963 * itself. PPPoE is broken; it uses only one
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/etc/
exception_list_i386 665 # PPPoE files not delivered to customers.
666 usr/include/net/pppoe.h i386
    [all...]
exception_list_sparc 661 # PPPoE files not delivered to customers.
663 usr/include/net/pppoe.h sparc
    [all...]

Completed in 240 milliseconds