HomeSort by: relevance | last modified time | path
    Searched defs:auto_reqid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
key.c 2056 static u_int16_t auto_reqid = IPSEC_MANUAL_REQID_MAX + 1; local in function:key_newreqid
2058 auto_reqid = (auto_reqid == 0xffff ?
2059 IPSEC_MANUAL_REQID_MAX + 1 : auto_reqid + 1);
2063 return auto_reqid;
key.c 2056 static u_int16_t auto_reqid = IPSEC_MANUAL_REQID_MAX + 1; local in function:key_newreqid
2058 auto_reqid = (auto_reqid == 0xffff ?
2059 IPSEC_MANUAL_REQID_MAX + 1 : auto_reqid + 1);
2063 return auto_reqid;

Completed in 31 milliseconds