Home
last modified time | relevance | path

Searched refs:IFF_POINTOPOINT (Results 1 – 25 of 54) sorted by relevance

123

/external/strace/xlat/
Diffflags.h34 #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),
Diffflags.in6 IFF_POINTOPOINT (1 << 4)
/external/iproute2/include/uapi/linux/
Dif.h86 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/
Dif.h88 IFF_POINTOPOINT = 1<<4, /* volatile */ enumerator
115 #define IFF_POINTOPOINT IFF_POINTOPOINT macro
135 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
/external/libnl/include/linux-private/linux/
Dif_bad.h30 #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/
Dwrapper_linux_if.c82 PyModule_AddIntMacro(m, IFF_POINTOPOINT); in _init_linux_if_h()
102 PyModule_AddIntMacro(m, IFF_POINTOPOINT); in _init_linux_if_h()
/external/libpcap/
Dfad-getad.c255 if (ifa->ifa_flags & IFF_POINTOPOINT && in pcap_findalldevs_interfaces()
Dfad-gifc.c352 if (ifrflags.ifr_flags & IFF_POINTOPOINT) { in pcap_findalldevs_interfaces()
Dfad-glifc.c273 if (ifrflags.lifr_flags & IFF_POINTOPOINT) { in pcap_findalldevs_interfaces()
/external/libcups/cups/
Dgetifaddrs.c174 else if (temp->ifa_flags & IFF_POINTOPOINT) in _cups_getifaddrs()
/external/iputils/
Drdisc.c1002 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/
Dsys-solaris.c360 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))
Dsys-linux.c229 IFF_POINTOPOINT | IFF_LOOPBACK | IFF_NOARP)
2351 ifr.ifr_flags |= IFF_POINTOPOINT; in setifstate()
/external/toybox/toys/net/
Difconfig.c170 {"P-t-P", IFF_POINTOPOINT, SIOCGIFDSTADDR}, in display_ifconfig()
402 {"pointopoint", IFF_POINTOPOINT, SIOCSIFDSTADDR}, in ifconfig_main()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const69 IFF_POINTOPOINT = 16
Dsocket_netlink_route_arm.const69 IFF_POINTOPOINT = 16
Dsocket_netlink_route_386.const69 IFF_POINTOPOINT = 16
Dsocket_netlink_route_ppc64le.const69 IFF_POINTOPOINT = 16
Dsocket_netlink_route_arm64.const69 IFF_POINTOPOINT = 16
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c397 if (flags & IFF_POINTOPOINT) { in get_ifi_info()
/external/scapy/scapy/arch/
Dlinux.py57 IFF_POINTOPOINT = 0x10 # Interface is point-to-point link. variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go396 IFF_POINTOPOINT = 0x10 const
Dzerrors_dragonfly_amd64.go380 IFF_POINTOPOINT = 0x10 const
Dzerrors_openbsd_arm.go467 IFF_POINTOPOINT = 0x10 const
Dzerrors_openbsd_amd64.go502 IFF_POINTOPOINT = 0x10 const

123