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

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socket.c 72 extern int sctp_attach(struct socket *so, int proto, uint32_t vrf_id);
471 if (sctp_attach(so, IPPROTO_SCTP, SCTP_DEFAULT_VRFID)) {
1209 * For __Userspace__ The pru_attach function in this case is sctp_attach.
1214 error = sctp_attach(so, proto, SCTP_DEFAULT_VRFID);
    [all...]
user_socketvar.h 771 extern int sctp_attach(struct socket *so, int proto, uint32_t vrf_id);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 733 sctp_attach(struct socket *so, int proto SCTP_UNUSED, struct thread *p SCTP_UNUSED) function
735 sctp_attach(struct socket *so, int proto SCTP_UNUSED, uint32_t vrf_id)
737 sctp_attach(struct socket *so, int proto SCTP_UNUSED, PKTHREAD p SCTP_UNUSED)
739 sctp_attach(struct socket *so, int proto SCTP_UNUSED, struct proc *p SCTP_UNUSED)
    [all...]

Completed in 77 milliseconds