Searched refs:p_prefd (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dracoonctl.c930 char *p_prefs = NULL, *p_prefd = NULL; local
954 if (get_comindex(*av, &p_name, &p_port, &p_prefd) == -1)
986 if(p_prefd)
987 ci->prefd = (u_int8_t)atoi(p_prefd); /* XXX should be handled error. */
1006 if (p_prefd)
1007 racoon_free(p_prefd);

Completed in 106 milliseconds