Home
last modified time | relevance | path

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

12

/freebsd/sys/netgraph/
H A Dng_ip_input.c96 static struct ng_type typestruct = { variable
103 NETGRAPH_INIT(ip_input, &typestruct);
H A Dng_echo.c64 static struct ng_type typestruct = { variable
72 NETGRAPH_INIT(echo, &typestruct);
H A Dng_ether_echo.c68 static struct ng_type typestruct = { variable
76 NETGRAPH_INIT(ether_echo, &typestruct);
H A Dng_split.c54 static struct ng_type typestruct = { variable
63 NETGRAPH_INIT(ng_split, &typestruct);
H A Dng_hole.c103 static struct ng_type typestruct = { variable
113 NETGRAPH_INIT(hole, &typestruct);
H A Dng_UI.c77 static struct ng_type typestruct = { variable
87 NETGRAPH_INIT(UI, &typestruct);
H A Dng_sample.c105 static struct ng_type typestruct = { variable
118 NETGRAPH_INIT(xxx, &typestruct);
H A Dng_etf.c115 static struct ng_type typestruct = { variable
126 NETGRAPH_INIT(etf, &typestruct);
H A Dng_frame_relay.c138 static struct ng_type typestruct = { variable
147 NETGRAPH_INIT(framerelay, &typestruct);
H A Dng_vlan_rotate.c135 static struct ng_type typestruct = { variable
146 NETGRAPH_INIT(vlanrotate, &typestruct);
H A Dng_rfc1490.c140 static struct ng_type typestruct = { variable
151 NETGRAPH_INIT(rfc1490, &typestruct);
H A Dng_tty.c125 static struct ng_type typestruct = { variable
136 NETGRAPH_INIT(tty, &typestruct);
H A Dng_bpf.c203 static struct ng_type typestruct = { variable
214 NETGRAPH_INIT(bpf, &typestruct);
H A Dng_async.c155 static struct ng_type typestruct = { variable
166 NETGRAPH_INIT(async, &typestruct);
H A Dng_tag.c242 static struct ng_type typestruct = { variable
253 NETGRAPH_INIT(tag, &typestruct);
H A Dng_cisco.c168 static struct ng_type typestruct = { variable
179 NETGRAPH_INIT(cisco, &typestruct);
H A Dng_eiface.c109 static struct ng_type typestruct = { variable
121 NETGRAPH_INIT(eiface, &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);
561 if ((error = ng_make_node_common(&typestruct, &node)) != 0) { in ng_attach_cntl()
H A Dng_checksum.c145 static struct ng_type typestruct = { variable
157 NETGRAPH_INIT(checksum, &typestruct);
H A Dng_iface.c193 static struct ng_type typestruct = { variable
205 NETGRAPH_INIT(iface, &typestruct);
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c98 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()
525 error = ng_newtype(&typestruct); in ng_btsocket_l2cap_raw_init()
534 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node); in ng_btsocket_l2cap_raw_init()
H A Dng_btsocket_hci_raw.c101 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()
741 error = ng_newtype(&typestruct); in ng_btsocket_hci_raw_init()
750 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node); in ng_btsocket_hci_raw_init()
H A Dng_btsocket_sco.c86 static struct ng_type typestruct = { variable
230 error = ng_make_node_common(&typestruct, &ng_btsocket_sco_node); in ng_btsocket_sco_node_shutdown()
1109 error = ng_newtype(&typestruct); in ng_btsocket_sco_init()
1118 error = ng_make_node_common(&typestruct, &ng_btsocket_sco_node); in ng_btsocket_sco_init()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c238 static struct ng_type typestruct = variable
678 if (ng_make_node_common(&typestruct, &sc->sc_node) != 0) { in ubt_attach()
1989 error = ng_newtype(&typestruct); in ubt_modevent()
1996 error = ng_rmtype(&typestruct); in ubt_modevent()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c81 static struct ng_type typestruct = { variable
93 NETGRAPH_INIT(l2cap, &typestruct);

12