OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCP_SIGLEN
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
155
#define
TCP_SIGLEN
16 /* length of computed digest in bytes */
tcp_syncache.c
1221
memset(optp, 0,
TCP_SIGLEN
);
1222
optp +=
TCP_SIGLEN
;
tcp_input.c
3093
char sigbuf[
TCP_SIGLEN
];
3209
!consttime_memequal(sigp, cp + 2,
TCP_SIGLEN
))
3213
memcpy(sigbuf, cp + 2,
TCP_SIGLEN
);
3233
char sig[
TCP_SIGLEN
];
3242
if (!consttime_memequal(sig, sigp,
TCP_SIGLEN
)) {
tcp_output.c
1147
memset(optp, 0,
TCP_SIGLEN
);
1149
optp +=
TCP_SIGLEN
;
Completed in 33 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025