Searched refs:nvlh_size (Results 1 – 3 of 3) sorted by relevance
837 nvlhdr.nvlh_size = *leftp - sizeof(nvlhdr); in nvlist_pack_header()1025 if (nvlhdrp->nvlh_size > SIZE_MAX - sizeof(*nvlhdrp)) { in nvlist_check_header()1039 nvlhdrp->nvlh_size = le64toh(nvlhdrp->nvlh_size); in nvlist_check_header()1044 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size); in nvlist_check_header()1066 if (nvlhdr.nvlh_size != *leftp - sizeof(nvlhdr)) in nvlist_unpack_header()1293 size = sizeof(nvlhdr) + (size_t)nvlhdr.nvlh_size; in nvlist_recv()
50 uint64_t nvlh_size; member
581 header->nvlh_size = SIZE_MAX - sizeof(struct nvlist_header) + 2; in ATF_TC_BODY()