Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dnetboot.c553 struct in_addr zeroes = { .s_addr = 0 }; in default_route_add() local
558 return route_cmd(RTM_ADD, zeroes, router, zeroes, flags, IFSCOPE_NONE); in default_route_add()
564 struct in_addr zeroes = { .s_addr = 0 }; in host_route_delete() local
566 return route_cmd(RTM_DELETE, host, zeroes, zeroes, RTF_HOST, ifscope); in host_route_delete()
/xnu-8020.140.41/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-8020.140.41/doc/allocators/
H A Dread-only.md97 macro that automatically zeroes the pointer after freeing.