HardenedBSD/sys/netgraph
Archie Cobbs 92a3e5521f New netgraph node type, ng_bpf(8). This node type allows you to
apply bpf(4) filters to data travelling through a netgraph network.
1999-12-03 21:21:49 +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
ng_async.h
ng_base.c Add a new function ng_findhook() for finding a node's hook; 1999-12-03 21:17:30 +00:00
ng_bpf.c New netgraph node type, ng_bpf(8). This node type allows you to 1999-12-03 21:21:49 +00:00
ng_bpf.h New netgraph node type, ng_bpf(8). This node type allows you to 1999-12-03 21:21:49 +00:00
ng_cisco.c
ng_cisco.h
ng_echo.c
ng_echo.h
ng_ether.h
ng_frame_relay.c
ng_frame_relay.h
ng_hole.c
ng_hole.h
ng_iface.c
ng_iface.h
ng_ksocket.c
ng_ksocket.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_parse.c Fix bug parsing 32 bit integers on machines where sizeof(long) == 4. 1999-12-03 20:27:33 +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
ng_ppp.h
ng_pppoe.c change intial timeout for session negotiation from 1 to 2 seconds. 1999-12-01 08:05:56 +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_rfc1490.c
ng_rfc1490.h
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
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
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES