Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.h81 struct xauth_rmconf { struct
112 int xauth_rmconf_used(struct xauth_rmconf **);
113 void xauth_rmconf_delete(struct xauth_rmconf **);
Disakmp_xauth.c1657 xauth_rmconf_used(xauth_rmconf) in xauth_rmconf_used() argument
1658 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_used()
1660 if (*xauth_rmconf == NULL) {
1661 *xauth_rmconf = racoon_malloc(sizeof(**xauth_rmconf));
1662 if (*xauth_rmconf == NULL) {
1668 (*xauth_rmconf)->login = NULL;
1669 (*xauth_rmconf)->pass = NULL;
1670 (*xauth_rmconf)->state = 0;
1677 xauth_rmconf_delete(xauth_rmconf) in xauth_rmconf_delete() argument
1678 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_delete()
[all …]
Dremoteconf.h127 struct xauth_rmconf *xauth;