freebsd-dev/sys/netgraph
Archie Cobbs 3949bee834 Revamped and more useful PPP node type, supporting multi-link PPP directly.
This is one piece of the grand unified PPP daemon concept, whereby using
netgraph nodes enables PPP data to be handled completely in kernel land,
while leaving negotiation/control to be handled by a single user land
daemon, no matter what the link type(s).

This is a safety checkin only; it compiles, but is utterly untested.

Concept reviewed by:	julian, brian
1999-10-29 22:30:03 +00:00
..
netgraph.h
ng_async.c
ng_async.h
ng_base.c
ng_cisco.c
ng_cisco.h
ng_echo.c
ng_echo.h
ng_ether.h
ng_frame_relay.c cleanups regarding misused m_pullup() and similar. 1999-10-26 22:33:54 +00:00
ng_frame_relay.h
ng_hole.c
ng_hole.h
ng_iface.c Bring ng_iface up-to-date with what has happenned to the bpf code. 1999-10-25 22:36:39 +00:00
ng_iface.h
ng_lmi.c cleanups regarding misused m_pullup() and similar. 1999-10-26 22:33:54 +00:00
ng_lmi.h
ng_message.h
ng_ppp.c Revamped and more useful PPP node type, supporting multi-link PPP directly. 1999-10-29 22:30:03 +00:00
ng_ppp.h Revamped and more useful PPP node type, supporting multi-link PPP directly. 1999-10-29 22:30:03 +00:00
ng_pppoe.c When the session is running, don't include the ethernet header in the length of the payload. 1999-10-29 04:32:27 +00:00
ng_pppoe.h change PPPoE occurences to pppoe. Not JUST a cosmeting change. 1999-10-27 11:29:51 +00:00
ng_rfc1490.c cleanups regarding misused m_pullup() and similar. 1999-10-26 22:33:54 +00:00
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c
ng_socket.h
ng_socketvar.h
ng_tee.c
ng_tee.h
ng_tty.c dang, deleted a line 1999-10-23 04:52:54 +00:00
ng_tty.h
ng_UI.c cleanups regarding misused m_pullup() and similar. 1999-10-26 22:33:54 +00:00
ng_UI.h
ng_vjc.c cleanups regarding misused m_pullup() and similar. 1999-10-26 22:33:54 +00:00
ng_vjc.h cleanups regarding misused m_pullup() and similar. 1999-10-26 22:33:54 +00:00
NOTES