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

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_xauth.h80 struct xauth_rmconf { struct
110 int xauth_rmconf_used (struct xauth_rmconf **);
111 void xauth_rmconf_delete (struct xauth_rmconf **);
H A Disakmp_xauth.c918 xauth_rmconf_used(xauth_rmconf)
919 struct xauth_rmconf **xauth_rmconf;
921 if (*xauth_rmconf == NULL) {
922 *xauth_rmconf = racoon_malloc(sizeof(**xauth_rmconf));
923 if (*xauth_rmconf == NULL) {
929 (*xauth_rmconf)->login = NULL;
930 (*xauth_rmconf)->pass = NULL;
931 (*xauth_rmconf)
[all...]
H A Dremoteconf.h165 struct xauth_rmconf *xauth;

Completed in 139 milliseconds