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

/xnu-2782.1.97/bsd/netkey/
H A Dkey.c1933 static u_int32_t auto_reqid = IPSEC_MANUAL_REQID_MAX + 1; local
1946 auto_reqid = (auto_reqid == 0xFFFF
1947 ? IPSEC_MANUAL_REQID_MAX + 1 : auto_reqid + 1);
1954 if (isr->saidx.reqid == auto_reqid) {
1968 return auto_reqid;

Completed in 52 milliseconds