ngnf_show_header
ng_netflow_flow_show(priv_p priv, struct ngnf_show_header *req,
struct ngnf_show_header *resp)
sizeof(struct ngnf_show_header))
(struct ngnf_show_header *)msg->data,
(struct ngnf_show_header *)resp->data);
#define NGRESP_SIZE (sizeof(struct ngnf_show_header) + (NREC_AT_ONCE * \
int ng_netflow_flow_show(priv_p, struct ngnf_show_header *req,
struct ngnf_show_header *resp);
do_show(int version, void (*func)(struct ngnf_show_header *))
struct ngnf_show_header req, *resp;
resp = (struct ngnf_show_header *)ng_mesg->data;
flow_cache_print(struct ngnf_show_header *resp)
flow_cache_print6(struct ngnf_show_header *resp)
flow_cache_print_verbose(struct ngnf_show_header *resp)
flow_cache_print6_verbose(struct ngnf_show_header *resp)
static void flow_cache_print(struct ngnf_show_header *resp);
static void flow_cache_print_verbose(struct ngnf_show_header *resp);
static void flow_cache_print6(struct ngnf_show_header *resp);
static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
static void do_show(int, void (*func)(struct ngnf_show_header *));