OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:port_pool
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_cfg.c
1352
if (isakmp_cfg_config.
port_pool
== NULL) {
1354
"isakmp_cfg_config.
port_pool
== NULL\n");
1359
if (isakmp_cfg_config.
port_pool
[i].used == 0)
1369
isakmp_cfg_config.
port_pool
[i].used = 1;
1384
if (isakmp_cfg_config.
port_pool
== NULL) {
1386
"isakmp_cfg_config.
port_pool
== NULL\n");
1390
if (isakmp_cfg_config.
port_pool
[index].used == 0) {
1402
isakmp_cfg_config.
port_pool
[index].used = 0;
1415
if (isakmp_cfg_config.
port_pool
[port].pam != NULL)
[
all
...]
isakmp_cfg.h
92
struct isakmp_cfg_port *
port_pool
;
member in struct:isakmp_cfg_config
isakmp_xauth.c
650
if (isakmp_cfg_config.
port_pool
== NULL) {
652
"isakmp_cfg_config.
port_pool
== NULL\n");
657
&PAM_chat, &isakmp_cfg_config.
port_pool
[port].pam)) != 0) {
658
if (isakmp_cfg_config.
port_pool
[port].pam == NULL) {
664
pam_strerror(isakmp_cfg_config.
port_pool
[port].pam,
669
pam = isakmp_cfg_config.
port_pool
[port].pam;
717
isakmp_cfg_config.
port_pool
[port].pam = NULL;
[
all
...]
/external/iproute2/devlink/
devlink.c
[
all
...]
Completed in 1628 milliseconds