Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c495 struct ifnet **ifnetlist; local
505 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifnetlist, &count) != 0) {
509 ifn = ifnetlist[i];
561 ifnet_list_free(ifnetlist);
755 struct ifnet **ifnetlist; local
759 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifnetlist, &count) != 0) {
763 if (!(*pred)(ifnetlist[i])) {
766 if (ifnet_get_address_list(ifnetlist[i], &ifaddrlist) != 0) {
774 ifnet_list_free(ifnetlist);