HomeSort by relevance Sort by last modified time
    Searched refs:sctp_common_input_processing (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.h 43 sctp_common_input_processing(struct mbuf **, int, int, int,
sctp_input.c 5717 sctp_common_input_processing(struct mbuf **mm, int iphlen, int offset, int length, function
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_recv_thread.c 428 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset);
429 sctp_common_input_processing(&recvmbuf[0], sizeof(struct ip), offset, n,
615 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset);
616 sctp_common_input_processing(&recvmbuf6[0], 0, offset, n,
823 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", offset);
824 sctp_common_input_processing(&udprecvmbuf[0], 0, offset, n,
1014 SCTPDBG(SCTP_DEBUG_USR, " - calling sctp_common_input_processing with off=%d\n", (int)sizeof(struct sctphdr));
1015 sctp_common_input_processing(&udprecvmbuf6[0], 0, offset, n,
    [all...]
user_socket.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 312 sctp_common_input_processing(&m, iphlen, offset, length,
    [all...]

Completed in 42 milliseconds