HomeSort by relevance Sort by last modified time
    Searched refs:dns4_index (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_cfg.h 89 int dns4_index; member in struct:isakmp_cfg_config
160 int dns4_index; /* Number of IPv4 DNS (client only) */ member in struct:isakmp_cfg_state
isakmp_cfg.c 402 &iph1->mode_cfg->dns4[iph1->mode_cfg->dns4_index],
403 &iph1->mode_cfg->dns4_index, MAXNS);
896 isakmp_cfg_config.dns4_index);
    [all...]
cfparse.y 945 if (icc->dns4_index > MAXNS)
948 &icc->dns4[icc->dns4_index++]) != 1)
    [all...]

Completed in 2192 milliseconds