Search | Google it | Results 1 - 1 of 1 for funcall:memmove from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c (0.00 seconds) |
893: opt == IPOPT_SECURITY) { 894: memmove(mtod(opts, char *) + opts->m_len, 895: cp, len); 921: optlen += sizeof(struct ip); 922: memmove(ip + 1, (char *)ip + optlen, 923: (unsigned)(m->m_len - sizeof(struct ip)));