Searched defs:ngnf_show_header (Results 1 – 2 of 2) sorted by relevance
169 struct ngnf_show_header { struct170 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 */
220 do_show(int version, void (*func)(struct ngnf_show_header *)) in do_show()