Home
last modified time | relevance | path

Searched refs:ifnetlist (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c503 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);