HomeSort by: relevance | last modified time | path
    Searched defs:srvaddr (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
ldap.c 847 char srvaddr[2][64] = {"\0", "\0"}; local
868 ** - srvaddr[0] contains ip address of the primary
869 ** - srvaddr[1] contains ip address of the secondary
875 match = get_host_address (tempbv[0]->bv_val, srvaddr[0], sizeof(srvaddr[0]), addrs);
899 match = get_host_address (tempbv[0]->bv_val, srvaddr[1], sizeof(srvaddr[1]), addrs);
934 if (primary == -1 || *srvaddr[0] == '\0' || *srvaddr[1] == '\0')
955 x_parser_strcat (cfile, srvaddr[0])
    [all...]

Completed in 22 milliseconds