Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/netgraph/
H A Dng_ip_input.c98 static struct ng_type typestruct = { variable
105 NETGRAPH_INIT(ip_input, &typestruct);
H A Dng_echo.c66 static struct ng_type typestruct = { variable
74 NETGRAPH_INIT(echo, &typestruct);
H A Dng_ether_echo.c70 static struct ng_type typestruct = { variable
78 NETGRAPH_INIT(ether_echo, &typestruct);
H A Dng_split.c56 static struct ng_type typestruct = { variable
65 NETGRAPH_INIT(ng_split, &typestruct);
H A Dng_hole.c105 static struct ng_type typestruct = { variable
115 NETGRAPH_INIT(hole, &typestruct);
H A Dng_UI.c80 static struct ng_type typestruct = { variable
90 NETGRAPH_INIT(UI, &typestruct);
H A Dng_sample.c107 static struct ng_type typestruct = { variable
120 NETGRAPH_INIT(xxx, &typestruct);
H A Dng_sppp.c87 static struct ng_type typestruct = { variable
98 NETGRAPH_INIT(sppp, &typestruct);
H A Dng_etf.c117 static struct ng_type typestruct = { variable
128 NETGRAPH_INIT(etf, &typestruct);
H A Dng_tty.c127 static struct ng_type typestruct = { variable
138 NETGRAPH_INIT(tty, &typestruct);
H A Dng_frame_relay.c140 static struct ng_type typestruct = { variable
149 NETGRAPH_INIT(framerelay, &typestruct);
H A Dng_rfc1490.c142 static struct ng_type typestruct = { variable
153 NETGRAPH_INIT(rfc1490, &typestruct);
H A Dng_bpf.c205 static struct ng_type typestruct = { variable
216 NETGRAPH_INIT(bpf, &typestruct);
H A Dng_async.c158 static struct ng_type typestruct = { variable
169 NETGRAPH_INIT(async, &typestruct);
H A Dng_tag.c244 static struct ng_type typestruct = { variable
255 NETGRAPH_INIT(tag, &typestruct);
H A Dng_eiface.c111 static struct ng_type typestruct = { variable
123 NETGRAPH_INIT(eiface, &typestruct);
H A Dng_cisco.c170 static struct ng_type typestruct = { variable
181 NETGRAPH_INIT(cisco, &typestruct);
H A Dng_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()
H A Dng_iface.c196 static struct ng_type typestruct = { variable
208 NETGRAPH_INIT(iface, &typestruct);
/freebsd-12.1/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c124 static struct ng_type typestruct = { variable
137 NETGRAPH_INIT(h4, &typestruct);
184 error = ng_make_node_common(&typestruct, &sc->node); in ng_h4_open()
198 snprintf(name, sizeof(name), "%s%d", typestruct.name, ng_h4_node ++); in ng_h4_open()
/freebsd-12.1/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c232 static struct ng_type typestruct = { variable
273 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in ng_bt3c_shutdown()
654 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in bt3c_pccard_attach()
1206 error = ng_newtype(&typestruct); in bt3c_modevent()
1213 error = ng_rmtype(&typestruct); in bt3c_modevent()
/freebsd-12.1/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c99 static struct ng_type typestruct = { variable
203 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node); in ng_btsocket_l2cap_raw_node_shutdown()
530 error = ng_newtype(&typestruct); in ng_btsocket_l2cap_raw_init()
539 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node); in ng_btsocket_l2cap_raw_init()
H A Dng_btsocket_hci_raw.c102 static struct ng_type typestruct = { variable
197 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node); in ng_btsocket_hci_raw_node_shutdown()
745 error = ng_newtype(&typestruct); in ng_btsocket_hci_raw_init()
754 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node); in ng_btsocket_hci_raw_init()
/freebsd-12.1/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c234 static struct ng_type typestruct = variable
639 if (ng_make_node_common(&typestruct, &sc->sc_node) != 0) { in ubt_attach()
1961 error = ng_newtype(&typestruct); in ubt_modevent()
1968 error = ng_rmtype(&typestruct); in ubt_modevent()
/freebsd-12.1/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c82 static struct ng_type typestruct = { variable
94 NETGRAPH_INIT(l2cap, &typestruct);

12