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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c1890 static u_int32_t auto_reqid = IPSEC_MANUAL_REQID_MAX + 1; local
1903 auto_reqid = (auto_reqid == 0xFFFF
1904 ? IPSEC_MANUAL_REQID_MAX + 1 : auto_reqid + 1);
1911 if (isr->saidx.reqid == auto_reqid) {
1925 return auto_reqid;

Completed in 32 milliseconds