Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:sig

792         u_char sig[TCP_SIGLEN];
866 MD5_Final(sig, &ctx);
868 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)