Home
last modified time | relevance | path

Searched defs:auth_mod_t (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_plugin.h124 struct auth_mod_t struct
126 su_home_t am_home[1];
127 unsigned _am_refcount; /**< Not used */
130 char const *am_db; /**< User database file name */
132 auth_htable_t am_users[1]; /**< Table of users */
134 void *am_buffer; /**< Buffer for database */
141 url_t *am_remote; /**< Remote authenticator */
142 char const *am_realm; /**< Our realm */
144 char const *am_gssapi_data; /**< NTLM data */
145 char const *am_targetname; /**< NTLM target name */
[all …]
H A Dauth_module.h55 typedef struct auth_mod_t auth_mod_t; typedef
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_plugin.h124 struct auth_mod_t struct
126 su_home_t am_home[1];
127 unsigned _am_refcount; /**< Not used */
130 char const *am_db; /**< User database file name */
132 auth_htable_t am_users[1]; /**< Table of users */
134 void *am_buffer; /**< Buffer for database */
141 url_t *am_remote; /**< Remote authenticator */
142 char const *am_realm; /**< Our realm */
144 char const *am_gssapi_data; /**< NTLM data */
145 char const *am_targetname; /**< NTLM target name */
[all …]
H A Dauth_module.h55 typedef struct auth_mod_t auth_mod_t; typedef