Home
last modified time | relevance | path

Searched refs:checkIPaddress (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_util.h109 int checkIPaddress(char *addr, int len, char **newaddr);
H A Dldap_util.c588 checkIPaddress(char *addr, int len, char **newaddr) { in checkIPaddress() function
H A Dldap_val.c1847 af = checkIPaddress(*val, len, &tmpstr); in scanMappingFormat()
/titanic_41/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c294 if (checkIPaddress(key->dptr, key->dsize, &ipaddr) > 0) { in datumToRuleValue()
985 if (checkIPaddress(key, strlen(key), &sipkey) > 0) { in verifyKey()