Home
last modified time | relevance | path

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

12

/f-stack/freebsd/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.c79 static struct ng_type typestruct = { variable
89 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_rfc1490.c142 static struct ng_type typestruct = { variable
153 NETGRAPH_INIT(rfc1490, &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_bpf.c205 static struct ng_type typestruct = { variable
216 NETGRAPH_INIT(bpf, &typestruct);
H A Dng_tag.c244 static struct ng_type typestruct = { variable
255 NETGRAPH_INIT(tag, &typestruct);
H A Dng_async.c157 static struct ng_type typestruct = { variable
168 NETGRAPH_INIT(async, &typestruct);
H A Dng_eiface.c110 static struct ng_type typestruct = { variable
122 NETGRAPH_INIT(eiface, &typestruct);
H A Dng_cisco.c170 static struct ng_type typestruct = { variable
181 NETGRAPH_INIT(cisco, &typestruct);
H A Dng_socket.c135 static struct ng_type typestruct = { variable
148 NETGRAPH_INIT_ORDERED(socket, &typestruct, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY);
556 if ((error = ng_make_node_common(&typestruct, &node)) != 0) { in ng_attach_cntl()
H A Dng_checksum.c147 static struct ng_type typestruct = { variable
159 NETGRAPH_INIT(checksum, &typestruct);
H A Dng_iface.c194 static struct ng_type typestruct = { variable
206 NETGRAPH_INIT(iface, &typestruct);
/f-stack/freebsd/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()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c99 static struct ng_type typestruct = { variable
204 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
198 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()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c82 static struct ng_type typestruct = { variable
94 NETGRAPH_INIT(l2cap, &typestruct);
/f-stack/freebsd/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()

12