Searched defs:hostportmech (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c205 char *hostportmech, *hpm; local
225 while ((hostportmech = strtok_r(hosts_str, ",", &lasts_hpm)) != NULL) {
234 DPRINT((dfile, "parsing host:port:mech %s\n", hostportmech));
236 if (strncmp(hostportmech, ":", 1 == 0)) { /* ":port:" case */
242 while ((hpm = strsep(&hostportmech, ":")) != NULL) {
257 /* too many colons in the hostportmech string */

Completed in 59 milliseconds