HomeSort by: relevance | last modified time | path
    Searched refs:source_ip_lst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
options.c 626 char **source_ip_lst = NULL; local
639 source_ip_lst = ldap_str2charray( source_ip, " " );
641 if ( source_ip_lst == NULL )
645 rc = ldap_validate_and_fill_sourceip ( source_ip_lst,
647 ldap_charray_free( source_ip_lst );
os-ip.c 501 ldap_validate_and_fill_sourceip (char** source_ip_lst, ldapsourceip* temp_source_ip )
506 for ( i = 0; source_ip_lst[i] != NULL; i++ ) {
509 source_ip_lst[i] );
512 if ( inet_aton( source_ip_lst[i], &temp_source_ip->ip4_addr ) ) {
520 if ( inet_pton( AF_INET6, source_ip_lst[i],
531 source_ip_lst[i] );
ldap-int.h 778 LDAP_F (int) ldap_validate_and_fill_sourceip ( char** source_ip_lst,

Completed in 17 milliseconds