Searched refs:ipremoteport (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dllib-lsasl25 const char *iplocalport, const char *ipremoteport,
36 const char *ipremoteport,
H A Dclient.c541 * ipremoteport -- server IPv4/IPv6 domain literal string with port
561 const char *ipremoteport,
568 ipremoteport, prompt_supp, flags, pconn);
574 const char *ipremoteport,
595 /* Remember, iplocalport and ipremoteport can be NULL and be valid! */
629 iplocalport, ipremoteport,
666 conn->cparams->ipremoteport = (*pconn)->ipremoteport;
667 conn->cparams->ipremlen = strlen((*pconn)->ipremoteport);
558 sasl_client_new(const char *service, const char *serverFQDN, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *prompt_supp, unsigned flags, sasl_conn_t **pconn) argument
570 _sasl_client_new(void *ctx, const char *service, const char *serverFQDN, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *prompt_supp, unsigned flags, sasl_conn_t **pconn) argument
H A Dcommon.c508 const char *ipremoteport,
531 result = sasl_setprop(conn, SASL_IPREMOTEPORT, ipremoteport);
768 *(const char **)pvalue = conn->ipremoteport;
977 const char *ipremoteport = (const char *)value; local
981 } else if (strlen(ipremoteport) >= sizeof (conn->ipremoteport)) {
984 } else if (_sasl_ipfromstring(ipremoteport, NULL, 0)
993 strcpy(conn->ipremoteport, ipremoteport);
999 ((sasl_client_conn_t *)conn)->cparams->ipremoteport
501 _sasl_conn_init(sasl_conn_t *conn, const char *service, unsigned int flags, enum Sasl_conn_type type, int (*idle_hook)(sasl_conn_t *conn), const char *serverFQDN, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *callbacks, const sasl_global_callbacks_t *global_callbacks) argument
[all...]
H A Dsaslint.h181 char ipremoteport[NI_MAXHOST + NI_MAXSERV]; member in struct:sasl_conn
557 const char *ipremoteport,
762 const char *iplocalport, const char *ipremoteport,
773 const char *ipremoteport,
H A Dserver.c1240 * ipremoteport -- client IPv4/IPv6 domain literal string with port
1256 const char *ipremoteport,
1263 ipremoteport, callbacks, flags, pconn);
1271 const char *ipremoteport,
1315 iplocalport, ipremoteport,
1375 serverconn->sparams->ipremoteport = (*pconn)->ipremoteport;
1376 serverconn->sparams->ipremlen = strlen((*pconn)->ipremoteport);
1252 sasl_server_new(const char *service, const char *serverFQDN, const char *user_realm, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *callbacks, unsigned flags, sasl_conn_t **pconn) argument
1266 _sasl_server_new(void *ctx, const char *service, const char *serverFQDN, const char *user_realm, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *callbacks, unsigned flags, sasl_conn_t **pconn) argument
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h789 #define SASL_IPREMOTEPORT 9 /* ipremoteport string passed to server_new */
868 * ipremoteport -- server IPv4/IPv6 domain literal string with port
886 const char *ipremoteport,
979 * ipremoteport -- client IPv4/IPv6 domain literal string with port
994 const char *ipremoteport,
H A Dsaslplug.h246 const char *ipremoteport; /* client IP domain literal & port */ member in struct:sasl_client_params
252 unsigned ipremlen; /* length of ipremoteport */
466 const char *ipremoteport; /* client IP domain literal & port */ member in struct:sasl_server_params
473 unsigned ipremlen; /* length of ipremoteport */
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c42 const char *ipremoteport,
49 const char *iplocalport, const char *ipremoteport,

Completed in 80 milliseconds