HomeSort by: relevance | last modified time | path
    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