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

12

/freebsd-11-stable/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.c87 static struct ng_type typestruct = { variable in typeref:struct:ng_type
98 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_tty.c127 static struct ng_type typestruct = { variable in typeref:struct:ng_type
138 NETGRAPH_INIT(tty, &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_vlan_rotate.c137 static struct ng_type typestruct = { variable in typeref:struct:ng_type
148 NETGRAPH_INIT(vlanrotate, &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.c170 static struct ng_type typestruct = { variable in typeref:struct:ng_type
181 NETGRAPH_INIT(cisco, &typestruct);
H A Dng_eiface.c108 static struct ng_type typestruct = { variable in typeref:struct:ng_type
120 NETGRAPH_INIT(eiface, &typestruct);
H A Dng_iface.c188 static struct ng_type typestruct = { variable in typeref:struct:ng_type
200 NETGRAPH_INIT(iface, &typestruct);
H A Dng_patch.c164 static struct ng_type typestruct = { variable in typeref:struct:ng_type
176 NETGRAPH_INIT(patch, &typestruct);
H A Dng_checksum.c148 static struct ng_type typestruct = { variable in typeref:struct:ng_type
160 NETGRAPH_INIT(checksum, &typestruct);
/freebsd-11-stable/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-11-stable/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) {
652 if (ng_make_node_common(&typestruct, &sc->node) != 0) {
1204 error = ng_newtype(&typestruct);
1211 error = ng_rmtype(&typestruct);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c97 static struct ng_type typestruct = { variable in typeref:struct:ng_type
201 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node);
528 error = ng_newtype(&typestruct);
537 error = ng_make_node_common(&typestruct, &ng_btsocket_l2cap_raw_node);
/freebsd-11-stable/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);

Completed in 209 milliseconds

12