Searched refs:TCP_SIGLEN (Results 1 – 3 of 3) sorted by relevance
535 datalen = TCP_SIGLEN; in tcp_print()552 for (i = 0; i < TCP_SIGLEN; ++i) in tcp_print()558 for (i = 0; i < TCP_SIGLEN; ++i) in tcp_print()898 u_char sig[TCP_SIGLEN]; in tcp_verify_signature()966 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0) in tcp_verify_signature()
82 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
450 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro