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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h56 * verify(assertion)
1258 replace "verify(<b args>)" with "__Verify(<args>)" \
1338 #ifndef verify
1339 #define verify(assertion) __Verify(assertion) macro
/xnu-2422.115.4/bsd/net/
H A Ddlil.c4109 const struct sockaddr *verify; local
4130 /* Let the interface verify the multicast address */
4133 verify = ll_addr;
4135 verify = proto_addr;
4136 result = ifp->if_check_multi(ifp, verify);

Completed in 82 milliseconds