pub unsafe extern "C" fn otSrpServerHostMatchesFullName(
aHost: *const otSrpServerHost,
aFullName: *const c_char,
) -> bool
Expand description
Indicates whether the host matches a given host name.
DNS name matches are performed using a case-insensitive string comparison (i.e., “Abc” and “aBc” are considered to be the same).
@param[in] aHost A pointer to the SRP service host. @param[in] aFullName A full host name.
@retval TRUE If host matches the host name. @retval FALSE If host does not match the host name.