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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.h 55 int sctp_is_addr_restricted(struct sctp_tcb *, struct sctp_ifa *);
sctp_output.c 2099 if (sctp_is_addr_restricted(stcb, sctp_ifap)) {
2133 if (sctp_is_addr_restricted(stcb, sctp_ifap)) {
2428 sctp_is_addr_restricted(struct sctp_tcb *stcb, struct sctp_ifa *ifa) function
    [all...]
sctp_asconf.c     [all...]
sctp_sysctl.c 298 if (sctp_is_addr_restricted(stcb, sctp_ifa))
380 if (stcb && sctp_is_addr_restricted(stcb, laddr->ifa))
    [all...]
sctp_pcb.c 972 if (sctp_is_addr_restricted(stcb, sctp_ifa) &&
1069 if (sctp_is_addr_restricted(stcb, laddr->ifa) &&
    [all...]
sctp_usrreq.c     [all...]
sctputil.c     [all...]

Completed in 77 milliseconds