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

  /external/dnsmasq/src/
network.c 118 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);
391 * for a single given irec (interface name and address) create
402 void create_bound_listener(struct listener **listeners, struct irec *iface)
491 int close_bound_listener(struct irec *interface)
496 struct irec *listener_iface = (*l)->iface;
534 struct irec *iface
    [all...]
dnsmasq.h 341 struct irec { struct
345 struct irec *next;
350 struct irec *iface; /* only valid for non-wildcard */
653 struct irec *interfaces;
dnsmasq.c 1134 struct irec *iface = NULL;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 777 TNC_IMV_Action_Recommendation irec; local
778 irec = tncs->imv_data[imv->imvID].recommendation;
779 if (irec == TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
781 if (irec == TNC_IMV_ACTION_RECOMMENDATION_ISOLATE &&
784 if (irec == TNC_IMV_ACTION_RECOMMENDATION_ALLOW &&

Completed in 48 milliseconds