freebsd-dev/sys/netgraph
2002-06-22 21:00:53 +00:00
..
netgraph.h
ng_async.c
ng_async.h
ng_base.c
ng_bpf.c
ng_bpf.h Declare a variable sized array within a structure using [] rather than [0] 2002-06-01 20:40:05 +00:00
ng_bridge.c
ng_bridge.h
ng_cisco.c Fix bugs where mbuf data was being accessed without m_pullup(). 2002-06-05 23:29:29 +00:00
ng_cisco.h
ng_device.c A node that creates a device entry in /dev (yay devfs) 2002-06-18 21:32:33 +00:00
ng_device.h A node that creates a device entry in /dev (yay devfs) 2002-06-18 21:32:33 +00:00
ng_echo.c
ng_echo.h
ng_eiface.c
ng_eiface.h
ng_etf.c
ng_etf.h
ng_ether.c Fix bug where an mbuf was being written to without checking M_WRITABLE(). 2002-06-05 23:32:56 +00:00
ng_ether.h
ng_frame_relay.c
ng_frame_relay.h
ng_gif_demux.c
ng_gif_demux.h
ng_gif.c
ng_gif.h
ng_hole.c
ng_hole.h
ng_iface.c
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ksocket.c
ng_ksocket.h
ng_lmi.c Const'ify variables to make it clear we're not writing to the mbuf data. 2002-06-05 23:35:31 +00:00
ng_lmi.h
ng_message.h
ng_mppc.c
ng_mppc.h
ng_one2many.c
ng_one2many.h
ng_parse.c
ng_parse.h
ng_ppp.c if you have taken the mbuf out of the message object, then if you pass 2002-06-09 07:28:35 +00:00
ng_ppp.h
ng_pppoe.c NUL terminate the ACNAME passed to userland. 2002-06-22 21:00:53 +00:00
ng_pppoe.h
ng_pptpgre.c Const'ify variables to make it clear we're not writing to the mbuf data. 2002-06-05 23:35:31 +00:00
ng_pptpgre.h
ng_rfc1490.c Const'ify variables to make it clear we're not writing to the mbuf data. 2002-06-05 23:35:31 +00:00
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c Const'ify variables to make it clear we're not writing to the mbuf data. 2002-06-05 23:35:31 +00:00
ng_socket.h
ng_socketvar.h
ng_split.c
ng_split.h
ng_tee.c
ng_tee.h
ng_tty.c
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES