Home
last modified time | relevance | path

Searched refs:ng_type (Results 1 – 25 of 65) sorted by relevance

123

/f-stack/freebsd/netgraph/
H A Dng_ip_input.c98 static struct ng_type typestruct = {
H A Dng_echo.c66 static struct ng_type typestruct = {
H A Dng_ether_echo.c70 static struct ng_type typestruct = {
H A Dng_split.c56 static struct ng_type typestruct = {
H A Dng_hub.c72 static struct ng_type ng_hub_typestruct = {
H A Dnetgraph.h360 struct ng_type *nd_type; /* the installed 'type' */
1069 struct ng_type { struct
1086 LIST_ENTRY(ng_type) types; /* linked list of all types */ argument
1137 struct ng_type *ng_findtype(const char *type);
1138 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
1141 int ng_newtype(struct ng_type *tp);
1149 int ng_rmtype(struct ng_type *tp);
H A Dng_hole.c105 static struct ng_type typestruct = {
H A Dng_UI.c79 static struct ng_type typestruct = {
H A Dng_base.c106 struct ng_type ng_deadtype = {
174 static LIST_HEAD(, ng_type) ng_typelist;
597 struct ng_type *type; in ng_make_node()
642 ng_make_node_common(struct ng_type *type, node_p *nodepp) in ng_make_node_common()
1268 ng_newtype(struct ng_type *tp) in ng_newtype()
1302 ng_rmtype(struct ng_type *tp) in ng_rmtype()
1320 struct ng_type *
1323 struct ng_type *type; in ng_findtype()
2740 struct ng_type *type; in ng_generic_msg()
3086 struct ng_type *const type = data; in ng_mod_event()
H A Dng_ipfw.c81 static struct ng_type ng_ipfw_typestruct = {
H A Dng_atmllc.c79 static struct ng_type ng_atmllc_typestruct = {
H A Dng_gif_demux.c150 static struct ng_type ng_gif_demux_typestruct = {
H A Dng_sample.c107 static struct ng_type typestruct = {
H A Dng_sppp.c87 static struct ng_type typestruct = {
H A Dng_tcpmss.c133 static struct ng_type ng_tcpmss_typestruct = {
H A Dng_etf.c117 static struct ng_type typestruct = {
H A Dng_tee.c134 static struct ng_type ng_tee_typestruct = {
H A Dng_device.c79 static struct ng_type ngd_typestruct = {
H A Dng_rfc1490.c142 static struct ng_type typestruct = {
H A Dng_tty.c127 static struct ng_type typestruct = {
H A Dng_gif.c145 static struct ng_type ng_gif_typestruct = {
H A Dng_frame_relay.c140 static struct ng_type typestruct = {
H A Dng_bpf.c205 static struct ng_type typestruct = {
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h362 struct ng_type *nd_type; /* the installed 'type' */
1072 struct ng_type { struct
1090 LIST_ENTRY(ng_type) types; /* linked list of all types */ argument
1141 struct ng_type *ng_findtype(const char *type);
1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
1145 int ng_newtype(struct ng_type *tp);
1153 int ng_rmtype(struct ng_type *tp);
/f-stack/lib/
H A Dff_ng_base.c106 struct ng_type ng_deadtype = {
174 static LIST_HEAD(, ng_type) ng_typelist;
601 struct ng_type *type; in ng_make_node()
646 ng_make_node_common(struct ng_type *type, node_p *nodepp) in ng_make_node_common()
1274 ng_newtype(struct ng_type *tp) in ng_newtype()
1308 ng_rmtype(struct ng_type *tp) in ng_rmtype()
1326 struct ng_type *
1329 struct ng_type *type; in ng_findtype()
2760 struct ng_type *type; in ng_generic_msg()
3110 struct ng_type *const type = data; in ng_mod_event()

123