OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:esptail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
esp.h
63
struct
esptail
{
struct
xform_esp.c
157
sizeof(struct
esptail
);
171
sizeof(struct
esptail
) + ah_authsiz(NULL);
691
struct
esptail
*
esptail
;
local in function:esp_output
717
padlen = ((blks - ((rlen + sizeof(struct
esptail
)) % blks)) % blks);
720
tlen = padlen + sizeof(struct
esptail
) + alen;
830
esptail
= (struct
esptail
*)&tail[padlen];
831
esptail
->esp_padlen = padlen;
832
m_copydata(m, protoff, sizeof(uint8_t), &
esptail
->esp_nxt)
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025