Vendor import of netgraph from FreeBSD-current 20080626 chlamydia/vendor/NETGRAPH crater/vendor/NETGRAPH origin/vendor/NETGRAPH
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 26 Jun 2008 19:34:33 +0000 (19:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 26 Jun 2008 19:34:33 +0000 (19:34 +0000)
commitb06ebda0110aaa466b4f7ba6cacac7a26b29f434
tree3849510a93ae80c0d8e2b6324200c35420a72127
Vendor import of netgraph from FreeBSD-current 20080626
168 files changed:
sys/netgraph7/NOTES [new file with mode: 0644]
sys/netgraph7/atm/ccatm/ng_ccatm.c [new file with mode: 0644]
sys/netgraph7/atm/ccatm/ng_ccatm_cust.h [new file with mode: 0644]
sys/netgraph7/atm/ng_atm.c [new file with mode: 0644]
sys/netgraph7/atm/ng_atm.h [new file with mode: 0644]
sys/netgraph7/atm/ng_ccatm.h [new file with mode: 0644]
sys/netgraph7/atm/ng_sscfu.h [new file with mode: 0644]
sys/netgraph7/atm/ng_sscop.h [new file with mode: 0644]
sys/netgraph7/atm/ng_uni.h [new file with mode: 0644]
sys/netgraph7/atm/ngatmbase.c [new file with mode: 0644]
sys/netgraph7/atm/ngatmbase.h [new file with mode: 0644]
sys/netgraph7/atm/sscfu/ng_sscfu.c [new file with mode: 0644]
sys/netgraph7/atm/sscfu/ng_sscfu_cust.h [new file with mode: 0644]
sys/netgraph7/atm/sscop/ng_sscop.c [new file with mode: 0644]
sys/netgraph7/atm/sscop/ng_sscop_cust.h [new file with mode: 0644]
sys/netgraph7/atm/uni/ng_uni.c [new file with mode: 0644]
sys/netgraph7/atm/uni/ng_uni_cust.h [new file with mode: 0644]
sys/netgraph7/bluetooth/common/ng_bluetooth.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4_prse.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubt/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_cmds.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_cmds.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_evnt.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_main.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_misc.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_misc.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_prse.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_bluetooth.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_bt3c.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket_hci_raw.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_h4.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_hci.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_l2cap.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_ubt.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_prse.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c [new file with mode: 0644]
sys/netgraph7/netflow/netflow.c [new file with mode: 0644]
sys/netgraph7/netflow/netflow.h [new file with mode: 0644]
sys/netgraph7/netflow/ng_netflow.c [new file with mode: 0644]
sys/netgraph7/netflow/ng_netflow.h [new file with mode: 0644]
sys/netgraph7/netgraph.h [new file with mode: 0644]
sys/netgraph7/ng_UI.c [new file with mode: 0644]
sys/netgraph7/ng_UI.h [new file with mode: 0644]
sys/netgraph7/ng_async.c [new file with mode: 0644]
sys/netgraph7/ng_async.h [new file with mode: 0644]
sys/netgraph7/ng_atmllc.c [new file with mode: 0644]
sys/netgraph7/ng_atmllc.h [new file with mode: 0644]
sys/netgraph7/ng_base.c [new file with mode: 0644]
sys/netgraph7/ng_bpf.c [new file with mode: 0644]
sys/netgraph7/ng_bpf.h [new file with mode: 0644]
sys/netgraph7/ng_bridge.c [new file with mode: 0644]
sys/netgraph7/ng_bridge.h [new file with mode: 0644]
sys/netgraph7/ng_car.c [new file with mode: 0644]
sys/netgraph7/ng_car.h [new file with mode: 0644]
sys/netgraph7/ng_cisco.c [new file with mode: 0644]
sys/netgraph7/ng_cisco.h [new file with mode: 0644]
sys/netgraph7/ng_deflate.c [new file with mode: 0644]
sys/netgraph7/ng_deflate.h [new file with mode: 0644]
sys/netgraph7/ng_device.c [new file with mode: 0644]
sys/netgraph7/ng_device.h [new file with mode: 0644]
sys/netgraph7/ng_echo.c [new file with mode: 0644]
sys/netgraph7/ng_echo.h [new file with mode: 0644]
sys/netgraph7/ng_eiface.c [new file with mode: 0644]
sys/netgraph7/ng_eiface.h [new file with mode: 0644]
sys/netgraph7/ng_etf.c [new file with mode: 0644]
sys/netgraph7/ng_etf.h [new file with mode: 0644]
sys/netgraph7/ng_ether.c [new file with mode: 0644]
sys/netgraph7/ng_ether.h [new file with mode: 0644]
sys/netgraph7/ng_fec.c [new file with mode: 0644]
sys/netgraph7/ng_fec.h [new file with mode: 0644]
sys/netgraph7/ng_frame_relay.c [new file with mode: 0644]
sys/netgraph7/ng_frame_relay.h [new file with mode: 0644]
sys/netgraph7/ng_gif.c [new file with mode: 0644]
sys/netgraph7/ng_gif.h [new file with mode: 0644]
sys/netgraph7/ng_gif_demux.c [new file with mode: 0644]
sys/netgraph7/ng_gif_demux.h [new file with mode: 0644]
sys/netgraph7/ng_hole.c [new file with mode: 0644]
sys/netgraph7/ng_hole.h [new file with mode: 0644]
sys/netgraph7/ng_hub.c [new file with mode: 0644]
sys/netgraph7/ng_hub.h [new file with mode: 0644]
sys/netgraph7/ng_iface.c [new file with mode: 0644]
sys/netgraph7/ng_iface.h [new file with mode: 0644]
sys/netgraph7/ng_ip_input.c [new file with mode: 0644]
sys/netgraph7/ng_ip_input.h [new file with mode: 0644]
sys/netgraph7/ng_ipfw.c [new file with mode: 0644]
sys/netgraph7/ng_ipfw.h [new file with mode: 0644]
sys/netgraph7/ng_ksocket.c [new file with mode: 0644]
sys/netgraph7/ng_ksocket.h [new file with mode: 0644]
sys/netgraph7/ng_l2tp.c [new file with mode: 0644]
sys/netgraph7/ng_l2tp.h [new file with mode: 0644]
sys/netgraph7/ng_lmi.c [new file with mode: 0644]
sys/netgraph7/ng_lmi.h [new file with mode: 0644]
sys/netgraph7/ng_message.h [new file with mode: 0644]
sys/netgraph7/ng_mppc.c [new file with mode: 0644]
sys/netgraph7/ng_mppc.h [new file with mode: 0644]
sys/netgraph7/ng_nat.c [new file with mode: 0644]
sys/netgraph7/ng_nat.h [new file with mode: 0644]
sys/netgraph7/ng_one2many.c [new file with mode: 0644]
sys/netgraph7/ng_one2many.h [new file with mode: 0644]
sys/netgraph7/ng_parse.c [new file with mode: 0644]
sys/netgraph7/ng_parse.h [new file with mode: 0644]
sys/netgraph7/ng_ppp.c [new file with mode: 0644]
sys/netgraph7/ng_ppp.h [new file with mode: 0644]
sys/netgraph7/ng_pppoe.c [new file with mode: 0644]
sys/netgraph7/ng_pppoe.h [new file with mode: 0644]
sys/netgraph7/ng_pptpgre.c [new file with mode: 0644]
sys/netgraph7/ng_pptpgre.h [new file with mode: 0644]
sys/netgraph7/ng_pred1.c [new file with mode: 0644]
sys/netgraph7/ng_pred1.h [new file with mode: 0644]
sys/netgraph7/ng_rfc1490.c [new file with mode: 0644]
sys/netgraph7/ng_rfc1490.h [new file with mode: 0644]
sys/netgraph7/ng_sample.c [new file with mode: 0644]
sys/netgraph7/ng_sample.h [new file with mode: 0644]
sys/netgraph7/ng_socket.c [new file with mode: 0644]
sys/netgraph7/ng_socket.h [new file with mode: 0644]
sys/netgraph7/ng_socketvar.h [new file with mode: 0644]
sys/netgraph7/ng_source.c [new file with mode: 0644]
sys/netgraph7/ng_source.h [new file with mode: 0644]
sys/netgraph7/ng_split.c [new file with mode: 0644]
sys/netgraph7/ng_split.h [new file with mode: 0644]
sys/netgraph7/ng_sppp.c [new file with mode: 0644]
sys/netgraph7/ng_sppp.h [new file with mode: 0644]
sys/netgraph7/ng_tag.c [new file with mode: 0644]
sys/netgraph7/ng_tag.h [new file with mode: 0644]
sys/netgraph7/ng_tcpmss.c [new file with mode: 0644]
sys/netgraph7/ng_tcpmss.h [new file with mode: 0644]
sys/netgraph7/ng_tee.c [new file with mode: 0644]
sys/netgraph7/ng_tee.h [new file with mode: 0644]
sys/netgraph7/ng_tty.c [new file with mode: 0644]
sys/netgraph7/ng_tty.h [new file with mode: 0644]
sys/netgraph7/ng_vjc.c [new file with mode: 0644]
sys/netgraph7/ng_vjc.h [new file with mode: 0644]
sys/netgraph7/ng_vlan.c [new file with mode: 0644]
sys/netgraph7/ng_vlan.h [new file with mode: 0644]