Searched refs:IFF_RUNNING (Results 1 – 24 of 24) sorted by relevance
| /NextBSD/usr.sbin/rpcbind/tests/ |
| HD | addrmerge_test.c | 195 IFF_LOOPBACK | IFF_UP | IFF_RUNNING | IFF_MULTICAST, false); in mock_lo0() 198 IFF_LOOPBACK | IFF_UP | IFF_RUNNING | IFF_MULTICAST, 0, false); in mock_lo0() 205 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb0() 209 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb0() 214 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb0() 223 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb1() 227 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb1() 232 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb1() 241 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb2() 245 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb2() [all …]
|
| /NextBSD/contrib/amd/libamu/ |
| HD | wire.c | 410 if ((ifap->ifa_flags & IFF_RUNNING) == 0) 532 if (ifr->ifr_flags == (IFF_UP|IFF_RUNNING)) 537 if ((ifr->ifr_flags & IFF_RUNNING) == 0 ||
|
| /NextBSD/contrib/ntp/lib/isc/unix/ |
| HD | ifiter_getifaddrs.c | 166 #ifdef IFF_RUNNING in internal_current() 172 if ((ifa->ifa_flags & IFF_RUNNING) == 0) in internal_current()
|
| /NextBSD/usr.sbin/rtsold/ |
| HD | if.c | 193 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) in interface_status()
|
| /NextBSD/sbin/dhclient/ |
| HD | dispatch.c | 308 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) in interface_status()
|
| /NextBSD/usr.sbin/wake/ |
| HD | wake.c | 122 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) { in find_ether()
|
| /NextBSD/contrib/libpcap/ |
| HD | inet.c | 94 #ifdef IFF_RUNNING 95 #define ISRUNNING(flags) ((flags) & IFF_RUNNING)
|
| HD | pcap-linux.c | 883 ifr.ifr_flags |= IFF_UP|IFF_RUNNING; 2322 if (pcap_add_if(alldevsp, "any", IFF_UP|IFF_RUNNING,
|
| /NextBSD/sbin/nos-tun/ |
| HD | nos-tun.c | 217 ifrq.ifr_flags &= ~(IFF_UP|IFF_RUNNING); in Finish()
|
| /NextBSD/sys/net/ |
| HD | if.h | 168 #define IFF_RUNNING IFF_DRV_RUNNING macro
|
| /NextBSD/sys/dev/otus/ |
| HD | if_otus.c | 1381 if ((ifp->if_flags & (IFF_UP | IFF_RUNNING)) == (IFF_UP | IFF_RUNNING)) 2852 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) != in otus_set_key() 2853 (IFF_UP | IFF_RUNNING)) in otus_set_key() 2918 if (!(ic->ic_if.if_flags & IFF_RUNNING) || in otus_delete_key()
|
| /NextBSD/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_interfaces.c | 291 if (ifp->mib.ifmd_flags & IFF_RUNNING) { in op_ifentry()
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| HD | bridge_if.c | 405 if (ifp->mib.ifmd_flags & IFF_RUNNING) in bridge_update_bif() 593 if (ifp->mib.ifmd_flags & IFF_RUNNING) in bridge_attach_newif()
|
| /NextBSD/contrib/ipfilter/ |
| HD | mli_ipl.c | 367 if ((!(ifp->if_flags & IFF_RUNNING)) || in nifattach()
|
| /NextBSD/sys/dev/ce/ |
| HD | if_ce.c | 896 was_up = (ifp->if_flags & IFF_RUNNING) != 0; in ce_sioctl() 922 should_be_up = (ifp->if_flags & IFF_RUNNING) != 0; in ce_sioctl() 1284 if (d->ifp->if_flags & IFF_RUNNING) in ce_ioctl()
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | vlan_init.c | 764 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
|
| /NextBSD/sys/dev/lmc/ |
| HD | if_lmc.h | 1163 # define IFF_RUNNING IFF_DRV_RUNNING macro
|
| HD | if_lmc.c | 3809 ifp->if_flags |= IFF_RUNNING; in setup_ifnet()
|
| /NextBSD/sys/dev/ral/ |
| HD | rt2860.c | 3147 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) != in rt2860_set_key() 3148 (IFF_UP | IFF_RUNNING)) in rt2860_set_key()
|
| /NextBSD/usr.sbin/route6d/ |
| HD | route6d.c | 2564 IFFLAG("RUNNING", IFF_RUNNING); in ifflags()
|
| /NextBSD/contrib/ntp/ |
| HD | NEWS | 658 * [Bug 2792] If the IFF_RUNNING interface flag is supported then an
|
| HD | ChangeLog | 320 * [Bug 2792] If the IFF_RUNNING interface flag is supported then an
|
| HD | CommitLog | 12062 [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface is ignored 12066 [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface is ignored 12070 [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface is ignored
|
| /NextBSD/share/doc/IPv6/ |
| HD | IMPLEMENTATION | 273 IFF_RUNNING before the driver becomes ready, DAD code will try to transmit
|