HomeSort by relevance Sort by last modified time
    Searched full:irec (Results 1 - 5 of 5) 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 &&
  /external/chromium_org/third_party/sqlite/src/src/
insert.c 287 int iRec;
290 iRec = sqlite3GetTempReg(pParse);
295 j3 = sqlite3VdbeAddOp3(v, OP_Column, 0, 0, iRec);
296 j4 = sqlite3VdbeAddOp3(v, OP_Eq, memId-1, 0, iRec);
305 sqlite3VdbeAddOp3(v, OP_MakeRecord, memId-1, 2, iRec);
306 sqlite3VdbeAddOp3(v, OP_Insert, 0, iRec, memId+1);
309 sqlite3ReleaseTempReg(pParse, iRec);
    [all...]

Completed in 54 milliseconds