HomeSort by relevance Sort by last modified time
    Searched full:ifnetlist (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 503 struct ifnet **ifnetlist; local
513 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifnetlist, &count) != 0) {
517 ifn = ifnetlist[i];
569 ifnet_list_free(ifnetlist);
779 struct ifnet **ifnetlist; local
783 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifnetlist, &count) != 0) {
787 if (!(*pred)(ifnetlist[i])) {
790 if (ifnet_get_address_list(ifnetlist[i], &ifaddrlist) != 0) {
798 ifnet_list_free(ifnetlist);

Completed in 51 milliseconds