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

  /external/dnsmasq/src/
network.c 122 static int iface_allowed(struct irec **irecp, int if_index,
125 struct irec *iface;
196 if ((iface = whine_malloc(sizeof(struct irec))))
237 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
255 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
406 * for a single given irec (interface name and address) create
417 void create_bound_listener(struct listener **listeners, struct irec *iface)
499 * If a listener has a struct irec pointer whose address matches the newly
500 * malloc()d struct irec's address, update its pointer to refer to this new
501 * struct irec instance
    [all...]
dnsmasq.h 343 struct irec { struct
347 struct irec *next;
352 struct irec *iface; /* only valid for non-wildcard */
655 struct irec *interfaces;
dnsmasq.c 1134 struct irec *iface = NULL;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 711 TNC_IMV_Action_Recommendation irec; local
712 irec = tncs->imv_data[imv->imvID].recommendation;
713 if (irec == TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
715 if (irec == TNC_IMV_ACTION_RECOMMENDATION_ISOLATE &&
718 if (irec == TNC_IMV_ACTION_RECOMMENDATION_ALLOW &&

Completed in 104 milliseconds