freebsd-skq/sys/netgraph
archie 2b894febdd - Add new unsigned and hex integer parse types
- Fix bug in commented example code
2000-08-10 22:43:38 +00:00
..
netgraph.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ng_async.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_async.h
ng_base.c Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible 2000-07-20 17:23:49 +00:00
ng_bpf.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_bpf.h
ng_cisco.c Add hook for IPv6. 2000-05-10 16:54:00 +00:00
ng_cisco.h Add hook for IPv6. 2000-05-10 16:54:00 +00:00
ng_echo.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_echo.h
ng_ether.c Add three new control messages to the ng_ether(4) netgraph node type: 2000-08-07 18:52:26 +00:00
ng_ether.h Add three new control messages to the ng_ether(4) netgraph node type: 2000-08-07 18:52:26 +00:00
ng_frame_relay.c Fix a bug where we were accessing already free'd memory during node shutdown. 2000-08-07 22:41:12 +00:00
ng_frame_relay.h
ng_hole.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_hole.h
ng_iface.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_iface.h
ng_ksocket.c In a struct sockaddr, sa->sa_len can be zero if uninitialized. 2000-08-09 23:57:44 +00:00
ng_ksocket.h
ng_lmi.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_lmi.h
ng_message.h Experiemntal ascii based device configuration mechanism. 2000-07-03 13:34:18 +00:00
ng_mppc.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_mppc.h A netgraph node that implements Microsoft Point-to-Point compression 2000-04-09 21:04:55 +00:00
ng_parse.c - Add new unsigned and hex integer parse types; this allows simplifying 2000-08-10 22:42:25 +00:00
ng_parse.h - Add new unsigned and hex integer parse types 2000-08-10 22:43:38 +00:00
ng_ppp.c Fix bug where bundle-level receive statistics were not getting updated. 2000-08-09 01:43:21 +00:00
ng_ppp.h Fix broken multi-link fragment reassembly algorithm. 2000-05-02 00:09:18 +00:00
ng_pppoe.c RFC 1661 requires that all LCP packets are sent with no address and 2000-08-10 20:05:12 +00:00
ng_pppoe.h
ng_pptpgre.c Followup to previous commit.. 2000-07-25 18:57:20 +00:00
ng_pptpgre.h Several fixes: 2000-07-25 00:23:19 +00:00
ng_rfc1490.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_rfc1490.h
ng_sample.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_sample.h
ng_socket.c Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ng_socket.h
ng_socketvar.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ng_tee.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_tee.h
ng_tty.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_tty.h Whistle's Netgraph link-layer (sometimes more) networking infrastructure. 1999-10-21 09:06:11 +00:00
ng_UI.c Two simple changes to the kernel internal API for netgraph modules, 2000-04-28 17:09:00 +00:00
ng_UI.h
ng_vjc.c Fix misspelling. 2000-08-05 20:17:04 +00:00
ng_vjc.h
NOTES