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

/freebsd-10-stable/sys/netipsec/
H A Dkey.c1617 static u_int32_t auto_reqid = IPSEC_MANUAL_REQID_MAX + 1; local
1619 auto_reqid = (auto_reqid == ~0
1620 ? IPSEC_MANUAL_REQID_MAX + 1 : auto_reqid + 1);
1624 return auto_reqid;

Completed in 54 milliseconds