Home
last modified time | relevance | path

Searched refs:TCP_SIGLEN (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-tcp.c535 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()
Dtcp.h82 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h450 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro