Searched refs:ifs (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c1793 struct ifnet *ifs = bif->bif_ifp; local
1798 switch (ifs->if_type) {
1805 (void) ifnet_set_promiscuous(ifs, 0);
1827 (void) bridge_detach_protocol(ifs);
1835 ifs->if_bridge = NULL;
1840 ifnet_release(ifs);
1845 bridge_rtdelete(sc, ifs, IFBF_FLUSHALL);
1889 struct ifnet *ifs; local
1893 ifs = ifunit(req->ifbr_ifsname);
1894 if (ifs
2569 struct ifnet *ifs; local
2610 struct ifnet *ifs; local
[all...]
H A Dif.c1457 struct ifstat *ifs = NULL; local
1599 ifs = _MALLOC(sizeof (*ifs), M_DEVBUF, M_WAITOK);
1600 if (ifs == NULL) {
1605 bcopy(data, ifs, sizeof (*ifs));
1606 ifs->ifs_name[IFNAMSIZ - 1] = '\0';
1607 ifp = ifunit(ifs->ifs_name);
1694 VERIFY(ifs != NULL);
1695 ifs
[all...]

Completed in 78 milliseconds