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

12

/freebsd-10.0-release/sys/netgraph/
H A Dng_echo.c66 static struct ng_type typestruct = { variable in typeref:struct:ng_type
74 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.c70 static struct ng_type typestruct = { variable in typeref:struct:ng_type
78 NETGRAPH_INIT(ether_echo, &typestruct);
H A Dng_split.c55 static struct ng_type typestruct = { variable in typeref:struct:ng_type
64 NETGRAPH_INIT(ng_split, &typestruct);
H A Dng_UI.c80 static struct ng_type typestruct = { variable in typeref:struct:ng_type
90 NETGRAPH_INIT(UI, &typestruct);
H A Dng_hole.c105 static struct ng_type typestruct = { variable in typeref:struct:ng_type
115 NETGRAPH_INIT(hole, &typestruct);
H A Dng_sample.c107 static struct ng_type typestruct = { variable in typeref:struct:ng_type
120 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_frame_relay.c140 static struct ng_type typestruct = { variable in typeref:struct:ng_type
149 NETGRAPH_INIT(framerelay, &typestruct);
H A Dng_rfc1490.c142 static struct ng_type typestruct = { variable in typeref:struct:ng_type
153 NETGRAPH_INIT(rfc1490, &typestruct);
H A Dng_sppp.c86 static struct ng_type typestruct = { variable in typeref:struct:ng_type
97 NETGRAPH_INIT(sppp, &typestruct);
H A Dng_bpf.c205 static struct ng_type typestruct = { variable in typeref:struct:ng_type
216 NETGRAPH_INIT(bpf, &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_tty.c127 static struct ng_type typestruct = { variable in typeref:struct:ng_type
138 NETGRAPH_INIT(tty, &typestruct);
H A Dng_async.c158 static struct ng_type typestruct = { variable in typeref:struct:ng_type
169 NETGRAPH_INIT(async, &typestruct);
H A Dng_cisco.c175 static struct ng_type typestruct = { variable in typeref:struct:ng_type
186 NETGRAPH_INIT(cisco, &typestruct);
H A Dng_eiface.c106 static struct ng_type typestruct = { variable in typeref:struct:ng_type
118 NETGRAPH_INIT(eiface, &typestruct);
H A Dng_iface.c199 static struct ng_type typestruct = { variable in typeref:struct:ng_type
211 NETGRAPH_INIT(iface, &typestruct);
H A Dng_nat.c246 static struct ng_type typestruct = { variable in typeref:struct:ng_type
257 NETGRAPH_INIT(nat, &typestruct);
H A Dng_patch.c129 static struct ng_type typestruct = { variable in typeref:struct:ng_type
140 NETGRAPH_INIT(patch, &typestruct);
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c122 static struct ng_type typestruct = { variable in typeref:struct:ng_type
135 NETGRAPH_INIT(h4, &typestruct);
182 error = ng_make_node_common(&typestruct, &sc->node);
196 snprintf(name, sizeof(name), "%s%d", typestruct.name, ng_h4_node ++);
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c230 static struct ng_type typestruct = { variable in typeref:struct:ng_type
271 if (ng_make_node_common(&typestruct, &sc->node) != 0) {
653 if (ng_make_node_common(&typestruct, &sc->node) != 0) {
1207 error = ng_newtype(&typestruct);
1214 error = ng_rmtype(&typestruct);
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c94 static struct ng_type typestruct = { variable in typeref:struct:ng_type
198 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node);
521 error = ng_newtype(&typestruct);
530 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node);
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c80 static struct ng_type typestruct = { variable in typeref:struct:ng_type
92 NETGRAPH_INIT(l2cap, &typestruct);
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c232 static struct ng_type typestruct = variable in typeref:struct:ng_type
556 if (ng_make_node_common(&typestruct, &sc->sc_node) != 0) {
1838 error = ng_newtype(&typestruct);
1845 error = ng_rmtype(&typestruct);

Completed in 213 milliseconds

12