Searched refs:nvlh_size (Results 1 – 1 of 1) sorted by relevance
126 uint64_t nvlh_size; member844 nvlhdr.nvlh_size = *leftp - sizeof(nvlhdr); in nvlist_pack_header()1042 nvlhdrp->nvlh_size = le64toh(nvlhdrp->nvlh_size); in nvlist_check_header()1047 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size); in nvlist_check_header()1069 if (nvlhdr.nvlh_size != *leftp - sizeof(nvlhdr)) in nvlist_unpack_header()1290 size = sizeof(nvlhdr) + (size_t)nvlhdr.nvlh_size; in nvlist_recv()