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

/openbsd-current/usr.sbin/radiusd/
H A Dcontrol.c42 static int idseq = 0; variable
168 if (idseq == 0) /* don't use zero. See radiusd_module_imsg */
169 ++idseq;
170 c->id = idseq++;

Completed in 106 milliseconds