Searched refs:ifstat (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/sys/
H A Dsockio.h97 #define SIOCGIFSTATUS _IOWR('i', 59, struct ifstat) /* get IF status */
/barrelfish-master/include/net/
H A Dif.h463 struct ifstat { struct
/barrelfish-master/lib/lua/src/
H A Dlparser.c1409 static void ifstat (LexState *ls, int line) { function
1410 /* ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END */
1537 case TK_IF: { /* stat -> ifstat */
1538 ifstat(ls, line);

Completed in 38 milliseconds