OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFF_POINTOPOINT
(Results
51 - 62
of
62
) sorted by null
1
2
3
/libcore/luni/src/main/java/java/net/
NetworkInterface.java
435
return hasFlag(
IFF_POINTOPOINT
);
/external/ppp/pppd/
sys-linux.c
226
IFF_POINTOPOINT
| IFF_LOOPBACK | IFF_NOARP)
[
all
...]
/external/dhcpcd/
if-linux.c
323
if (iface->flags &
IFF_POINTOPOINT
) {
dhcpcd.c
699
if (iface->flags &
IFF_POINTOPOINT
&&
784
if (iface->flags &
IFF_POINTOPOINT
&& !(ifo->options & DHCPCD_INFORM))
789
if (!(iface->flags & (
IFF_POINTOPOINT
| IFF_LOOPBACK | IFF_MULTICAST)))
[
all
...]
configure.c
626
if (!(iface->flags &
IFF_POINTOPOINT
) ||
/external/mdnsresponder/mDNSPosix/
mDNSUNP.c
390
if (flags &
IFF_POINTOPOINT
) {
mDNSPosix.c
942
) && (i->ifi_flags & IFF_UP) && !(i->ifi_flags &
IFF_POINTOPOINT
))
[
all
...]
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
170
public static final int
IFF_POINTOPOINT
= placeholder();
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
195
initConstant(env, c, "
IFF_POINTOPOINT
",
IFF_POINTOPOINT
);
/system/netd/
CommandListener.cpp
334
ppp = (flags &
IFF_POINTOPOINT
) ? " point-to-point" : "";
[
all
...]
/external/iproute2/ip/
ipaddress.c
299
if (ifi->ifi_flags&
IFF_POINTOPOINT
)
/external/libppp/src/
bundle.c
777
iff =
IFF_POINTOPOINT
| IFF_MULTICAST;
[
all
...]
Completed in 1170 milliseconds
1
2
3