OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFF_NOARP
(Results
51 - 64
of
64
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if.h
29
#define
IFF_NOARP
0x80
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if.h
29
#define
IFF_NOARP
0x80
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if.h
29
#define
IFF_NOARP
0x80
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if.h
29
#define
IFF_NOARP
0x80
/external/iproute2/ip/
iplink.c
376
req->i.ifi_change |=
IFF_NOARP
;
378
req->i.ifi_flags &= ~
IFF_NOARP
;
380
req->i.ifi_flags |=
IFF_NOARP
;
864
mask |=
IFF_NOARP
;
866
flags &= ~
IFF_NOARP
;
868
flags |=
IFF_NOARP
;
/external/libppp/src/
arp.c
269
IFF_NOARP
| IFF_LOOPBACK)) != (IFF_UP | IFF_BROADCAST);
/external/strace/
sock.c
58
{
IFF_NOARP
, "
IFF_NOARP
" },
/external/ppp/pppd/
sys-solaris.c
360
if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|
IFF_NOARP
))
446
if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|
IFF_NOARP
))
[
all
...]
sys-linux.c
227
IFF_POINTOPOINT | IFF_LOOPBACK |
IFF_NOARP
)
[
all
...]
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
205
public static final int
IFF_NOARP
= placeholder();
[
all
...]
/external/dhcpcd/
configure.c
667
if (ifp->flags &
IFF_NOARP
) {
dhcpcd.c
786
if (iface->flags &
IFF_NOARP
||
[
all
...]
/external/iputils/
arping.c
583
if (ifflags & (
IFF_NOARP
| IFF_LOOPBACK)) {
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
231
initConstant(env, c, "
IFF_NOARP
",
IFF_NOARP
);
Completed in 1035 milliseconds
1
2
3