Lines Matching defs:FLAG
168 static int dflag = 0; /* debug flag */
169 static int qflag = 0; /* quiet flag */
310 #define FLAG(c, flag, n) case c: do { flag = n; break; } while(0)
311 FLAG('a', aflag, 1); break;
312 FLAG('d', dflag, 1); break;
313 FLAG('D', dflag, 2); break;
314 FLAG('h', hflag, 1); break;
315 FLAG('l', lflag, 1); break;
316 FLAG('n', nflag, 1); break;
317 FLAG('q', qflag, 1); break;
318 FLAG('s', sflag, 1); break;
319 FLAG('S', Sflag, 1); break;
320 #undef FLAG
684 ripsend(struct ifc *ifcp, struct sockaddr_in6 *sin6, int flag)
719 if ((flag & RRTF_SENDANYWAY) == 0 &&
761 /* Only considers the routes with flag if specified */
762 if ((flag & RRTF_CHANGED) &&
1242 /* Reset the flag */
1350 /* update flag, this may be up again */
1664 /* Reset the flag */