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

12

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

Completed in 130 milliseconds

12