Searched refs:xauth_rmconf (Results 1 – 3 of 3) sorted by relevance
81 struct xauth_rmconf { struct112 int xauth_rmconf_used(struct xauth_rmconf **);113 void xauth_rmconf_delete(struct xauth_rmconf **);
1657 xauth_rmconf_used(xauth_rmconf) in xauth_rmconf_used() argument1658 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() argument1678 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_delete()[all …]
127 struct xauth_rmconf *xauth;