Search | Google it | Results 1 - 1 of 1 for funcall:memcpy from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c (0.00 seconds) |
1406: tcp_saveti->m_len += sizeof(struct tcphdr); 1407: memcpy(mtod(tcp_saveti, char *) + iphlen, th, 1408: sizeof(struct tcphdr)); 3095: sigp = sigbuf; 3096: memcpy(sigbuf, cp + 2, TCP_SIGLEN); 3097: tp->t_flags |= TF_SIGNATURE;