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

/freebsd-9.3-release/sys/netipsec/
H A Dkey.c1611 static u_int32_t auto_reqid = IPSEC_MANUAL_REQID_MAX + 1; local
1613 auto_reqid = (auto_reqid == ~0
1614 ? IPSEC_MANUAL_REQID_MAX + 1 : auto_reqid + 1);
1618 return auto_reqid;

Completed in 107 milliseconds