| /f-stack/freebsd/netgraph/ |
| H A D | ng_ip_input.c | 98 static struct ng_type typestruct = { variable 105 NETGRAPH_INIT(ip_input, &typestruct);
|
| H A D | ng_echo.c | 66 static struct ng_type typestruct = { variable 74 NETGRAPH_INIT(echo, &typestruct);
|
| H A D | ng_ether_echo.c | 70 static struct ng_type typestruct = { variable 78 NETGRAPH_INIT(ether_echo, &typestruct);
|
| H A D | ng_split.c | 56 static struct ng_type typestruct = { variable 65 NETGRAPH_INIT(ng_split, &typestruct);
|
| H A D | ng_hole.c | 105 static struct ng_type typestruct = { variable 115 NETGRAPH_INIT(hole, &typestruct);
|
| H A D | ng_UI.c | 79 static struct ng_type typestruct = { variable 89 NETGRAPH_INIT(UI, &typestruct);
|
| H A D | ng_sample.c | 107 static struct ng_type typestruct = { variable 120 NETGRAPH_INIT(xxx, &typestruct);
|
| H A D | ng_sppp.c | 87 static struct ng_type typestruct = { variable 98 NETGRAPH_INIT(sppp, &typestruct);
|
| H A D | ng_etf.c | 117 static struct ng_type typestruct = { variable 128 NETGRAPH_INIT(etf, &typestruct);
|
| H A D | ng_rfc1490.c | 142 static struct ng_type typestruct = { variable 153 NETGRAPH_INIT(rfc1490, &typestruct);
|
| H A D | ng_tty.c | 127 static struct ng_type typestruct = { variable 138 NETGRAPH_INIT(tty, &typestruct);
|
| H A D | ng_frame_relay.c | 140 static struct ng_type typestruct = { variable 149 NETGRAPH_INIT(framerelay, &typestruct);
|
| H A D | ng_bpf.c | 205 static struct ng_type typestruct = { variable 216 NETGRAPH_INIT(bpf, &typestruct);
|
| H A D | ng_tag.c | 244 static struct ng_type typestruct = { variable 255 NETGRAPH_INIT(tag, &typestruct);
|
| H A D | ng_async.c | 157 static struct ng_type typestruct = { variable 168 NETGRAPH_INIT(async, &typestruct);
|
| H A D | ng_eiface.c | 110 static struct ng_type typestruct = { variable 122 NETGRAPH_INIT(eiface, &typestruct);
|
| H A D | ng_cisco.c | 170 static struct ng_type typestruct = { variable 181 NETGRAPH_INIT(cisco, &typestruct);
|
| H A D | ng_socket.c | 135 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 D | ng_checksum.c | 147 static struct ng_type typestruct = { variable 159 NETGRAPH_INIT(checksum, &typestruct);
|
| H A D | ng_iface.c | 194 static struct ng_type typestruct = { variable 206 NETGRAPH_INIT(iface, &typestruct);
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 124 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 D | ng_btsocket_l2cap_raw.c | 99 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 D | ng_btsocket_hci_raw.c | 102 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 D | ng_l2cap_main.c | 82 static struct ng_type typestruct = { variable 94 NETGRAPH_INIT(l2cap, &typestruct);
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 234 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()
|