HomeSort by relevance Sort by last modified time
    Searched refs:ifi (Results 1 - 22 of 22) sorted by null

  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 85 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr; local
121 ifi = (struct ifi_info*)calloc(1, sizeof(struct ifi_info));
122 if (ifi == NULL) {
128 *ifipnext = ifi; /* prev points to this new one */
129 ifipnext = &ifi->ifi_next; /* pointer to next one goes here */
143 ifi->ifi_addr = calloc(1, sizeof(struct sockaddr_in6));
144 if (ifi->ifi_addr == NULL) {
147 memcpy(ifi->ifi_addr, res0->ai_addr, sizeof(struct sockaddr_in6));
152 ifi->ifi_netmask = calloc(1, sizeof(struct sockaddr_in6));
153 if (ifi->ifi_addr == NULL)
224 struct ifi_info *ifi, *ifihead, **ifipnext, *ifipold, **ifiptr; local
498 struct ifi_info *ifi, *ifinext; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
netlink.h 17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
netlink.c 24 void (*cb)(void *ctx, struct ifinfomsg *ifi,
driver_wext.c 629 static void wpa_driver_wext_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi,
637 if (!wpa_driver_wext_own_ifindex(drv, ifi->ifi_index, buf, len)) {
639 ifi->ifi_index);
645 drv->operstate, ifi->ifi_flags,
646 (ifi->ifi_flags & IFF_UP) ? "[UP]" : "",
647 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "",
648 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
649 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
651 if (!drv->if_disabled && !(ifi->ifi_flags & IFF_UP)) {
657 if (drv->if_disabled && (ifi->ifi_flags & IFF_UP))
    [all...]
driver_nl80211.c 1192 struct ifinfomsg *ifi,
1204 drv = nl80211_find_drv(global, ifi->ifi_index, buf, len);
1207 ifi->ifi_index);
1247 ifi->ifi_index, ifname, extra, ifi->ifi_flags,
1248 (ifi->ifi_flags & IFF_UP) ? "[UP]" : "",
1249 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "",
1250 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1251 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
1253 if (!drv->if_disabled && !(ifi->ifi_flags & IFF_UP))
    [all...]
driver_madwifi.c 983 madwifi_wireless_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi,
990 if (ifi->ifi_index != drv->ifindex)
    [all...]
driver_hostap.c 870 struct ifinfomsg *ifi,
877 /* TODO: use ifi->ifi_index to filter out wireless events from other