OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Sep 26 20:09:58 GMT 2025