Searched refs:verify (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A DAssertMacros.h31 * verify(assertion)
370 * verify(assertion)
385 #define verify(assertion) \ macro
393 #define verify(assertion) \ macro
411 verify(!(assertion))
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c3619 const struct sockaddr *verify; local
3640 /* Let the interface verify the multicast address */
3643 verify = ll_addr;
3645 verify = proto_addr;
3646 result = ifp->if_check_multi(ifp, verify);

Completed in 28 milliseconds