1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/netgraph
1999-12-17 23:29:04 +00:00
..
netgraph.h Add a new function ng_findhook() for finding a node's hook; 1999-12-03 21:17:30 +00:00
ng_async.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_async.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_base.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_bpf.c Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require 1999-12-06 18:43:32 +00:00
ng_bpf.h Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require 1999-12-06 18:43:32 +00:00
ng_cisco.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_cisco.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_echo.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_echo.h
ng_ether.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_frame_relay.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_frame_relay.h
ng_hole.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_hole.h
ng_iface.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_iface.h
ng_ksocket.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_ksocket.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_lmi.c Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_lmi.h
ng_message.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_parse.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_parse.h Add more comments describing how to use parse types and how they work. 1999-12-01 19:41:15 +00:00
ng_ppp.c Fix bugs in the MP fragment reassembly code that can cause a panic. 1999-12-17 23:29:04 +00:00
ng_ppp.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_pppoe.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_pppoe.h change intial timeout for session negotiation from 1 to 2 seconds. 1999-12-01 08:05:56 +00:00
ng_pptpgre.c New netgraph node type 'pptpgre': this performs GRE encapsulation 1999-12-08 18:55:39 +00:00
ng_pptpgre.h New netgraph node type 'pptpgre': this performs GRE encapsulation 1999-12-08 18:55:39 +00:00
ng_rfc1490.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_rfc1490.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_sample.c Show how to supply a struct ng_cmdlist for (de)asciification 1999-12-01 19:40:37 +00:00
ng_sample.h Show how to supply a struct ng_cmdlist for (de)asciification 1999-12-01 19:40:37 +00:00
ng_socket.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_socket.h
ng_socketvar.h
ng_tee.c Use m_dup() instead of m_copypacket() to duplicate the mbuf chain. 1999-12-01 23:11:58 +00:00
ng_tee.h
ng_tty.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_tty.h
ng_UI.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_UI.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_vjc.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_vjc.h
NOTES