Home
last modified time | relevance | path

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

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