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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_var.h 55 int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
60 int sctp6_input_with_port __P((struct mbuf **, int *, uint16_t));
63 int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
sctp6_usrreq.c 121 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) function
335 return (sctp6_input_with_port(i_pak, offp, 0));
343 return (sctp6_input_with_port(i_pak, offp, 0));
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c     [all...]

Completed in 767 milliseconds