Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dcontrol.c65 static struct tree ctl_count; variable
233 tree_init(&ctl_count); in control()
303 count = tree_get(&ctl_count, euid); in control_accept()
306 tree_xset(&ctl_count, euid, count); in control_accept()
347 count = tree_xget(&ctl_count, c->euid); in control_close()
350 tree_xpop(&ctl_count, c->euid); in control_close()