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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c144 int fr_authstart = 0, fr_authend = 0, fr_authnext = 0; variable
283 fr_authnext = 0;
383 WAKEUP(&fr_authnext,0);
707 fr_authnext = 0;
856 * If fr_authnext is not equal to fr_authend it will be because there
861 while (fr_authpkts[fr_authnext] == NULL) {
862 fr_authnext++;
863 if (fr_authnext == fr_authsize)
864 fr_authnext = 0;
867 error = fr_outobj(data, &fr_auth[fr_authnext], IPFOBJ_FRAUT
[all...]

Completed in 60 milliseconds