/external/strace/xlat/ |
D | iffflags.h | 34 #if defined(IFF_POINTOPOINT) || (defined(HAVE_DECL_IFF_POINTOPOINT) && HAVE_DECL_IFF_POINTOPOINT) 36 static_assert((IFF_POINTOPOINT) == ((1 << 4)), "IFF_POINTOPOINT != (1 << 4)"); 39 # define IFF_POINTOPOINT (1 << 4) 150 XLAT(IFF_POINTOPOINT),
|
D | iffflags.in | 6 IFF_POINTOPOINT (1 << 4)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 86 IFF_POINTOPOINT = 1<<4, /* __volatile__ */ enumerator 113 #define IFF_POINTOPOINT IFF_POINTOPOINT macro 133 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 89 IFF_POINTOPOINT = 1<<4, /* volatile */ enumerator 116 #define IFF_POINTOPOINT IFF_POINTOPOINT macro 136 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
/external/libnl/include/linux-private/linux/ |
D | if_bad.h | 30 #define IFF_POINTOPOINT 0x10 /* interface is has p-p link */ macro 51 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if.c | 82 PyModule_AddIntMacro(m, IFF_POINTOPOINT); in _init_linux_if_h() 102 PyModule_AddIntMacro(m, IFF_POINTOPOINT); in _init_linux_if_h()
|
/external/libpcap/ |
D | fad-getad.c | 255 if (ifa->ifa_flags & IFF_POINTOPOINT && in pcap_findalldevs_interfaces()
|
D | fad-glifc.c | 273 if (ifrflags.lifr_flags & IFF_POINTOPOINT) { in pcap_findalldevs_interfaces()
|
D | fad-gifc.c | 352 if (ifrflags.ifr_flags & IFF_POINTOPOINT) { in pcap_findalldevs_interfaces()
|
/external/libcups/cups/ |
D | getifaddrs.c | 174 else if (temp->ifa_flags & IFF_POINTOPOINT) in _cups_getifaddrs()
|
/external/iputils/ |
D | rdisc.c | 1002 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT)) == 0) in sendbcast() 1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0) in sendmcast() 1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0) in initifs() 1179 if (ifreq.ifr_flags & IFF_POINTOPOINT) { in initifs()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 360 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) in get_first_ethernet() 446 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) in get_first_ethernet() 1996 && (ifr.ifr_flags & IFF_POINTOPOINT) == 0) { 1997 ifr.ifr_flags |= IFF_POINTOPOINT; 2187 (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) 2444 if ((ifreq.ifr_flags & (IFF_UP|IFF_POINTOPOINT|IFF_LOOPBACK))
|
D | sys-linux.c | 229 IFF_POINTOPOINT | IFF_LOOPBACK | IFF_NOARP) 2351 ifr.ifr_flags |= IFF_POINTOPOINT; in setifstate()
|
/external/toybox/toys/net/ |
D | ifconfig.c | 171 {"P-t-P", IFF_POINTOPOINT, SIOCGIFDSTADDR}, in display_ifconfig() 403 {"pointopoint", IFF_POINTOPOINT, SIOCSIFDSTADDR}, in ifconfig_main()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 397 if (flags & IFF_POINTOPOINT) { in get_ifi_info()
|
D | mDNSPosix.c | 966 ) && (i->ifi_flags & IFF_UP) && !(i->ifi_flags & IFF_POINTOPOINT)) in SetupInterfaceList()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 481 pub const IFF_POINTOPOINT: ::c_int = 0x10; // interface is point-to-point link constant
|
/external/scapy/scapy/arch/ |
D | linux.py | 57 IFF_POINTOPOINT = 0x10 # Interface is point-to-point link. variable
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 669 pub const IFF_POINTOPOINT: ::c_int = 0x10; // interface is point-to-point link constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 657 pub const IFF_POINTOPOINT: ::c_int = 0x10; // (i) is a point-to-point link constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 782 pub const IFF_POINTOPOINT: ::c_int = 0x0010; // point-to-point link constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1305 pub const IFF_POINTOPOINT: ::c_int = 0x10; // interface is point-to-point link constant
|
/external/toybox/toys/pending/ |
D | ip.c | 791 {"LOOPBACK", IFF_LOOPBACK}, {"POINTOPOINT", IFF_POINTOPOINT}, in print_link_output() 823 if (link->flags & IFF_POINTOPOINT) peer = "peer"; in print_link_output()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 670 pub const IFF_POINTOPOINT: ::c_int = 0x10; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 952 pub const IFF_POINTOPOINT: ::c_int = 0x0010; // interface is point-to-point link constant
|