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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 771 sctp6_attach(struct socket *so, int proto SCTP_UNUSED, struct thread *p SCTP_UNUSED) function
774 sctp6_attach(struct socket *so, int proto SCTP_UNUSED, uint32_t vrf_id)
777 sctp6_attach(struct socket *so, int proto SCTP_UNUSED, PKTHREAD p SCTP_UNUSED)
780 sctp6_attach(struct socket *so, int proto SCTP_UNUSED, struct proc *p SCTP_UNUSED)
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h 772 extern int sctp6_attach(struct socket *so, int proto, uint32_t vrf_id);
user_socket.c 479 if (sctp6_attach(so, IPPROTO_SCTP, SCTP_DEFAULT_VRFID)) {
1219 error = sctp6_attach(so, proto, SCTP_DEFAULT_VRFID);
    [all...]

Completed in 60 milliseconds