Lines Matching refs:FLAG
138 if (!FLAG(D)) {
158 if (FLAG(H) && ifre.ifr_hwaddr.sa_family != ARPHRD_ETHER)
169 if (FLAG(v)) xprintf("Entry set for %s\n", toys.optargs[0]);
197 if (FLAG(v)) xprintf("Delete entry for %s\n", toys.optargs[0]);
212 if (FLAG(A) || FLAG(p)) {
219 if (FLAG(H)) {
225 if (FLAG(s) || FLAG(d)) {
226 if (!toys.optargs[0]) error_exit("-%c needs a host name", FLAG(d)?'d':'s');
230 if (FLAG(s) && !set_entry()) return;
231 if (FLAG(d) && !delete_entry()) return;
249 if ((FLAG(H) && get_index(hwtype, TT.hw_type) != h_type) ||
250 (FLAG(i) && strcmp(TT.interface, dev)) ||
256 if (FLAG(n)) ip_to_host(&sa, NI_NUMERICHOST);
279 if (FLAG(v))