Symbol: ngnf_show_header
sys/netgraph/netflow/netflow.c
905
ng_netflow_flow_show(priv_p priv, struct ngnf_show_header *req,
sys/netgraph/netflow/netflow.c
906
struct ngnf_show_header *resp)
sys/netgraph/netflow/ng_netflow.c
535
sizeof(struct ngnf_show_header))
sys/netgraph/netflow/ng_netflow.c
544
(struct ngnf_show_header *)msg->data,
sys/netgraph/netflow/ng_netflow.c
545
(struct ngnf_show_header *)resp->data);
sys/netgraph/netflow/ng_netflow.h
290
#define NGRESP_SIZE (sizeof(struct ngnf_show_header) + (NREC_AT_ONCE * \
sys/netgraph/netflow/ng_netflow.h
526
int ng_netflow_flow_show(priv_p, struct ngnf_show_header *req,
sys/netgraph/netflow/ng_netflow.h
527
struct ngnf_show_header *resp);
usr.sbin/flowctl/flowctl.c
220
do_show(int version, void (*func)(struct ngnf_show_header *))
usr.sbin/flowctl/flowctl.c
224
struct ngnf_show_header req, *resp;
usr.sbin/flowctl/flowctl.c
246
resp = (struct ngnf_show_header *)ng_mesg->data;
usr.sbin/flowctl/flowctl.c
265
flow_cache_print(struct ngnf_show_header *resp)
usr.sbin/flowctl/flowctl.c
299
flow_cache_print6(struct ngnf_show_header *resp)
usr.sbin/flowctl/flowctl.c
333
flow_cache_print_verbose(struct ngnf_show_header *resp)
usr.sbin/flowctl/flowctl.c
376
flow_cache_print6_verbose(struct ngnf_show_header *resp)
usr.sbin/flowctl/flowctl.c
84
static void flow_cache_print(struct ngnf_show_header *resp);
usr.sbin/flowctl/flowctl.c
85
static void flow_cache_print_verbose(struct ngnf_show_header *resp);
usr.sbin/flowctl/flowctl.c
88
static void flow_cache_print6(struct ngnf_show_header *resp);
usr.sbin/flowctl/flowctl.c
89
static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
usr.sbin/flowctl/flowctl.c
93
static void do_show(int, void (*func)(struct ngnf_show_header *));