HomeSort by relevance Sort by last modified time
    Searched full:this_copy (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 1068 int tocopy, this_copy; local
1096 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
1097 memcpy((void *)lenat, (void *)SCTP_BASE_VAR(packet_log_buffer), this_copy);
1103 return (this_copy + sizeof(int));

Completed in 3187 milliseconds