Home
last modified time | relevance | path

Searched refs:typestruct (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-11-stable/sys/netgraph/
HDng_ip_input.c96 static struct ng_type typestruct = { variable
103 NETGRAPH_INIT(ip_input, &typestruct);
HDng_echo.c66 static struct ng_type typestruct = { variable
74 NETGRAPH_INIT(echo, &typestruct);
HDng_ether_echo.c70 static struct ng_type typestruct = { variable
78 NETGRAPH_INIT(ether_echo, &typestruct);
HDng_split.c55 static struct ng_type typestruct = { variable
64 NETGRAPH_INIT(ng_split, &typestruct);
HDng_hole.c105 static struct ng_type typestruct = { variable
115 NETGRAPH_INIT(hole, &typestruct);
HDng_UI.c80 static struct ng_type typestruct = { variable
90 NETGRAPH_INIT(UI, &typestruct);
HDng_sample.c107 static struct ng_type typestruct = { variable
120 NETGRAPH_INIT(xxx, &typestruct);
HDng_sppp.c87 static struct ng_type typestruct = { variable
98 NETGRAPH_INIT(sppp, &typestruct);
HDng_etf.c115 static struct ng_type typestruct = { variable
126 NETGRAPH_INIT(etf, &typestruct);
HDng_frame_relay.c140 static struct ng_type typestruct = { variable
149 NETGRAPH_INIT(framerelay, &typestruct);
HDng_tty.c127 static struct ng_type typestruct = { variable
138 NETGRAPH_INIT(tty, &typestruct);
HDng_rfc1490.c142 static struct ng_type typestruct = { variable
153 NETGRAPH_INIT(rfc1490, &typestruct);
HDng_vlan_rotate.c137 static struct ng_type typestruct = { variable
148 NETGRAPH_INIT(vlanrotate, &typestruct);
HDng_bpf.c205 static struct ng_type typestruct = { variable
216 NETGRAPH_INIT(bpf, &typestruct);
HDng_eiface.c108 static struct ng_type typestruct = { variable
120 NETGRAPH_INIT(eiface, &typestruct);
HDng_async.c158 static struct ng_type typestruct = { variable
169 NETGRAPH_INIT(async, &typestruct);
HDng_tag.c242 static struct ng_type typestruct = { variable
253 NETGRAPH_INIT(tag, &typestruct);
HDng_cisco.c170 static struct ng_type typestruct = { variable
181 NETGRAPH_INIT(cisco, &typestruct);
HDng_socket.c133 static struct ng_type typestruct = { variable
146 NETGRAPH_INIT_ORDERED(socket, &typestruct, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY);
543 if ((error = ng_make_node_common(&typestruct, &node)) != 0) { in ng_attach_cntl()
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
HDng_h4.c122 static struct ng_type typestruct = { variable
135 NETGRAPH_INIT(h4, &typestruct);
182 error = ng_make_node_common(&typestruct, &sc->node); in ng_h4_open()
196 snprintf(name, sizeof(name), "%s%d", typestruct.name, ng_h4_node ++); in ng_h4_open()
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
HDng_bt3c_pccard.c230 static struct ng_type typestruct = { variable
271 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in ng_bt3c_shutdown()
652 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in bt3c_pccard_attach()
1204 error = ng_newtype(&typestruct); in bt3c_modevent()
1211 error = ng_rmtype(&typestruct); in bt3c_modevent()
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_l2cap_raw.c97 static struct ng_type typestruct = { variable
201 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node); in ng_btsocket_l2cap_raw_node_shutdown()
528 error = ng_newtype(&typestruct); in ng_btsocket_l2cap_raw_init()
537 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node); in ng_btsocket_l2cap_raw_init()
HDng_btsocket_hci_raw.c100 static struct ng_type typestruct = { variable
195 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node); in ng_btsocket_hci_raw_node_shutdown()
743 error = ng_newtype(&typestruct); in ng_btsocket_hci_raw_init()
752 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node); in ng_btsocket_hci_raw_init()
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt.c232 static struct ng_type typestruct = variable
556 if (ng_make_node_common(&typestruct, &sc->sc_node) != 0) { in ubt_attach()
1836 error = ng_newtype(&typestruct); in ubt_modevent()
1843 error = ng_rmtype(&typestruct); in ubt_modevent()
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_main.c80 static struct ng_type typestruct = { variable
92 NETGRAPH_INIT(l2cap, &typestruct);

12