Home
last modified time | relevance | path

Searched defs:ngnf_show_header (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h169 struct ngnf_show_header { struct
170 u_char version; /* IPv4 or IPv6 */
171 uint32_t hash_id; /* current hash index */
172 uint32_t list_id; /* current record number in hash */
173 uint32_t nentries; /* number of records in response */
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c220 do_show(int version, void (*func)(struct ngnf_show_header *)) in do_show()