NETGRAPH_INIT
NETGRAPH_INIT(hci, &typestruct);
NETGRAPH_INIT(l2cap, &typestruct);
NETGRAPH_INIT(netflow, &ng_netflow_typestruct);
NETGRAPH_INIT(UI, &typestruct);
NETGRAPH_INIT(async, &typestruct);
NETGRAPH_INIT(bpf, &typestruct);
NETGRAPH_INIT(bridge, &ng_bridge_typestruct);
NETGRAPH_INIT(car, &ng_car_typestruct);
NETGRAPH_INIT(checksum, &typestruct);
NETGRAPH_INIT(cisco, &typestruct);
NETGRAPH_INIT(deflate, &ng_deflate_typestruct);
NETGRAPH_INIT(device, &ngd_typestruct);
NETGRAPH_INIT(echo, &typestruct);
NETGRAPH_INIT(eiface, &typestruct);
NETGRAPH_INIT(etf, &typestruct);
NETGRAPH_INIT(ether, &ng_ether_typestruct);
NETGRAPH_INIT(ether_echo, &typestruct);
NETGRAPH_INIT(framerelay, &typestruct);
NETGRAPH_INIT(gif, &ng_gif_typestruct);
NETGRAPH_INIT(gif_demux, &ng_gif_demux_typestruct);
NETGRAPH_INIT(hole, &typestruct);
NETGRAPH_INIT(hub, &ng_hub_typestruct);
NETGRAPH_INIT(iface, &typestruct);
NETGRAPH_INIT(ip_input, &typestruct);
NETGRAPH_INIT(ipfw, &ng_ipfw_typestruct);
NETGRAPH_INIT(ksocket, &ng_ksocket_typestruct);
NETGRAPH_INIT(l2tp, &ng_l2tp_typestruct);
NETGRAPH_INIT(lmi, &typestruct);
NETGRAPH_INIT(macfilter, &typestruct);
NETGRAPH_INIT(mppc, &ng_mppc_typestruct);
NETGRAPH_INIT(nat, &typestruct);
NETGRAPH_INIT(one2many, &ng_one2many_typestruct);
NETGRAPH_INIT(patch, &typestruct);
NETGRAPH_INIT(pipe, &ng_pipe_typestruct);
NETGRAPH_INIT(ppp, &ng_ppp_typestruct);
NETGRAPH_INIT(pppoe, &typestruct);
NETGRAPH_INIT(pptpgre, &ng_pptpgre_typestruct);
NETGRAPH_INIT(pred1, &ng_pred1_typestruct);
NETGRAPH_INIT(rfc1490, &typestruct);
NETGRAPH_INIT(xxx, &typestruct);
NETGRAPH_INIT(source, &ng_source_typestruct);
NETGRAPH_INIT(ng_split, &typestruct);
NETGRAPH_INIT(tag, &typestruct);
NETGRAPH_INIT(tcpmss, &ng_tcpmss_typestruct);
NETGRAPH_INIT(tee, &ng_tee_typestruct);
NETGRAPH_INIT(tty, &typestruct);
NETGRAPH_INIT(vjc, &ng_vjc_typestruct);
NETGRAPH_INIT(vlan, &ng_vlan_typestruct);
NETGRAPH_INIT(vlanrotate, &typestruct);