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

  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.c 1335 if (isakmp_cfg_config.port_pool == NULL) {
1337 "isakmp_cfg_config.port_pool == NULL\n");
1342 if (isakmp_cfg_config.port_pool[i].used == 0)
1352 isakmp_cfg_config.port_pool[i].used = 1;
1365 if (isakmp_cfg_config.port_pool == NULL) {
1367 "isakmp_cfg_config.port_pool == NULL\n");
1371 if (isakmp_cfg_config.port_pool[index].used == 0) {
1383 isakmp_cfg_config.port_pool[index].used = 0;
1395 if (isakmp_cfg_config.port_pool[port].pam != NULL) {
1396 pam_end(isakmp_cfg_config.port_pool[port].pam, PAM_SUCCESS)
    [all...]
isakmp_cfg.h 85 struct isakmp_cfg_port *port_pool; member in struct:isakmp_cfg_config
isakmp_xauth.c 694 if (isakmp_cfg_config.port_pool == NULL) {
696 "isakmp_cfg_config.port_pool == NULL\n");
701 &PAM_chat, &isakmp_cfg_config.port_pool[port].pam)) != 0) {
702 if (isakmp_cfg_config.port_pool[port].pam == NULL) {
708 pam_strerror(isakmp_cfg_config.port_pool[port].pam,
713 pam = isakmp_cfg_config.port_pool[port].pam;
768 isakmp_cfg_config.port_pool[port].pam = NULL;

Completed in 17 milliseconds