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

  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 1380 if (isakmp_cfg_config.port_pool == NULL) {
1382 "isakmp_cfg_config.port_pool == NULL\n");
1387 if (isakmp_cfg_config.port_pool[i].used == 0)
1397 isakmp_cfg_config.port_pool[i].used = 1;
1412 if (isakmp_cfg_config.port_pool == NULL) {
1414 "isakmp_cfg_config.port_pool == NULL\n")
    [all...]
isakmp_cfg.h 92 struct isakmp_cfg_port *port_pool; member in struct:isakmp_cfg_config
isakmp_xauth.c 717 if (isakmp_cfg_config.port_pool == NULL) {
719 "isakmp_cfg_config.port_pool == NULL\n");
724 &PAM_chat, &isakmp_cfg_config.port_pool[port].pam)) != 0) {
725 if (isakmp_cfg_config.port_pool[port].pam == NULL) {
731 pam_strerror(isakmp_cfg_config.port_pool[port].pam,
736 pam = isakmp_cfg_config.port_pool[port].pam;
791 isakmp_cfg_config.port_pool[port].pam = NULL;
    [all...]

Completed in 1903 milliseconds