gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:bcmp from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
3091:                                 continue;
3092:                         if (sigp && bcmp(sigp, cp + 2, TCP_SIGLEN))
3093:                                 return (-1);
3139: 3140: if (bcmp(sig, sigp, TCP_SIGLEN)) { 3141: TCP_STATINC(TCP_STAT_BADSIG);
3573: continue; 3574: if (!bcmp(&sc->sc_src, src, src->sa_len) && 3575: !bcmp(&sc->sc_dst, dst, dst->sa_len)) { 3576: splx(s);