Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet6/
H A Din6_cga.c95 static const u_int8_t zeroes[IN6_CGA_PREPARE_ZEROES] = { }; in in6_cga_is_prepare_valid() local
114 SHA1Update(&ctx, &zeroes, IN6_CGA_PREPARE_ZEROES); in in6_cga_is_prepare_valid()
/xnu-12377.61.12/bsd/kern/
H A Dnetboot.c520 struct in_addr zeroes = { .s_addr = 0 }; in default_route_add() local
525 return route_cmd(RTM_ADD, zeroes, router, zeroes, flags, IFSCOPE_NONE); in default_route_add()
/xnu-12377.61.12/doc/arm/
H A Dsme.md78 valid. Setting `PSTATE.ZA` zeroes out both register files, and enables
273 upper bits of each `z`, `p`, and `za` field with zeroes. Likewise,
286 will pad the unused upper bytes of `arm_sme_za_state_t::za` with zeroes, and
/xnu-12377.61.12/doc/allocators/
H A Dread-only.md99 macro that automatically zeroes the pointer after freeing.