Searched refs:nvlh_size (Results 1 – 1 of 1) sorted by relevance
125 uint64_t nvlh_size; member867 nvlhdr.nvlh_size = *leftp - sizeof(nvlhdr); in nvlist_pack_header()1065 nvlhdrp->nvlh_size = le64toh(nvlhdrp->nvlh_size); in nvlist_check_header()1070 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size); in nvlist_check_header()1092 if (nvlhdr.nvlh_size != *leftp - sizeof(nvlhdr)) in nvlist_unpack_header()1313 size = sizeof(nvlhdr) + (size_t)nvlhdr.nvlh_size; in nvlist_recv()