Searched defs:srcv (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libabi/
H A Dopimport.cpp107 void import_from_abi(abi const & abi, void const * srcv, argument
112 unsigned char const * src = static_cast<unsigned char const *>(srcv);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c6547 struct sctp_sndrcvinfo *srcv,
6568 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
6603 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
6725 struct sctp_sndrcvinfo *srcv, int hold_stcb_lock)
6736 if (srcv->sinfo_stream >= stcb->asoc.streamoutcnt) {
6743 (stcb->asoc.stream_locked_on != srcv->sinfo_stream)) {
6748 strm = &stcb->asoc.strmout[srcv->sinfo_stream];
6765 sp->sinfo_flags = srcv->sinfo_flags;
6766 sp->timetolive = srcv->sinfo_timetolive;
6767 sp->ppid = srcv
6545 sctp_prune_prsctp(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_sndrcvinfo *srcv, int dataout) argument
6722 sctp_msg_append(struct sctp_tcb *stcb, struct sctp_nets *net, struct mbuf *m, struct sctp_sndrcvinfo *srcv, int hold_stcb_lock) argument
7248 sctp_sendall(struct sctp_inpcb *inp, struct uio *uio, struct mbuf *m, struct sctp_sndrcvinfo *srcv) argument
12908 sctp_copy_it_in(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_sndrcvinfo *srcv, struct uio *uio, struct sctp_nets *net, int max_send_len, int user_marks_eor, int *error) argument
[all...]

Completed in 1724 milliseconds