Searched defs:sctp_find_ifn (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c263 sctp_find_ifn(void *ifn, uint32_t ifn_index) function
335 sctp_ifnp = sctp_find_ifn((void *)NULL, ifn_index);
361 found = sctp_find_ifn(sctp_ifnp->ifn_p, sctp_ifnp->ifn_index);
576 sctp_ifnp = sctp_find_ifn(ifn, ifn_index);

Completed in 238 milliseconds