Home
last modified time | relevance | path

Searched refs:ngnf_show_header (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/flowctl/
H A Dflowctl.c84 static void flow_cache_print(struct ngnf_show_header *resp);
85 static void flow_cache_print_verbose(struct ngnf_show_header *resp);
88 static void flow_cache_print6(struct ngnf_show_header *resp);
89 static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
93 static void do_show(int, void (*func)(struct ngnf_show_header *));
220 do_show(int version, void (*func)(struct ngnf_show_header *)) in do_show() argument
224 struct ngnf_show_header req, *resp; in do_show()
246 resp = (struct ngnf_show_header *)ng_mesg->data; in do_show()
265 flow_cache_print(struct ngnf_show_header *resp) in flow_cache_print()
299 flow_cache_print6(struct ngnf_show_header *resp) in flow_cache_print6()
[all …]
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h169 struct ngnf_show_header { struct
290 #define NGRESP_SIZE (sizeof(struct ngnf_show_header) + (NREC_AT_ONCE * \
526 int ng_netflow_flow_show(priv_p, struct ngnf_show_header *req,
527 struct ngnf_show_header *resp);
H A Dng_netflow.c536 sizeof(struct ngnf_show_header)) in ng_netflow_rcvmsg()
545 (struct ngnf_show_header *)msg->data, in ng_netflow_rcvmsg()
546 (struct ngnf_show_header *)resp->data); in ng_netflow_rcvmsg()
H A Dnetflow.c906 ng_netflow_flow_show(priv_p priv, struct ngnf_show_header *req, in ng_netflow_flow_show()
907 struct ngnf_show_header *resp) in ng_netflow_flow_show()