Searched refs:irec (Results 1 - 6 of 6) sorted by relevance

/external/dnsmasq/src/
H A Dnetwork.c118 static int iface_allowed(struct irec **irecp, int if_index,
121 struct irec *iface;
191 if ((iface = whine_malloc(sizeof(struct irec))))
224 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
242 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
393 * for a single given irec (interface name and address) create
404 void create_bound_listener(struct listener **listeners, struct irec *iface)
484 * If a listener has a struct irec pointer whose address matches the newly
485 * malloc()d struct irec's address, update its pointer to refer to this new
486 * struct irec instanc
[all...]
H A Ddnsmasq.h343 struct irec { struct
347 struct irec *next;
352 struct irec *iface; /* only valid for non-wildcard */
655 struct irec *interfaces;
H A Ddnsmasq.c1134 struct irec *iface = NULL;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c711 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 &&
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c711 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 &&
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c711 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 192 milliseconds