Home | History | Annotate | Download | only in racoon

Lines Matching full:p_prefd

930 	char *p_prefs = NULL, *p_prefd = NULL;
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);