otSrpServerHostMatchesFullName() function
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).
Arguments
aHost
A pointer to the SRP service host.
aFullName
A full host name.
Return value
TRUE If host matches the host name. FALSE If host does not match the host name.
otSrpServerHostMatchesFullName():
![]()
otSrpServerHostMatchesFullName()