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

  /src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c 501 ldap_validate_and_fill_sourceip (char** source_ip_lst, ldapsourceip* temp_source_ip )
511 if ( !temp_source_ip->has_ipv4 ) {
512 if ( inet_aton( source_ip_lst[i], &temp_source_ip->ip4_addr ) ) {
513 temp_source_ip->has_ipv4 = 1;
519 if ( !temp_source_ip->has_ipv6 ) {
521 & temp_source_ip->ip6_addr ) ) {
522 temp_source_ip->has_ipv6 = 1;
528 memset( temp_source_ip, 0, sizeof( * (temp_source_ip ) ) );
options.c 628 ldapsourceip temp_source_ip; local
629 memset( &temp_source_ip, 0, sizeof( ldapsourceip ) );
646 &temp_source_ip );
654 lo->ldo_local_ip_addrs = temp_source_ip;
ldap-int.h 779 ldapsourceip* temp_source_ip );

Completed in 18 milliseconds