Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:sig

808         u_char sig[TCP_SIGLEN];
882 MD5_Final(sig, &ctx);
884 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)