HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1076 - 1100 of 19436) sorted by null

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
inet.h 33 /* Convert Internet host address from numbers-and-dots notation in CP
37 /* Return the local host address part of the Internet address in IN. */
40 /* Make Internet host address in network byte order by combining the
41 network number NET with the local address HOST. */
45 /* Return network number part of the Internet address IN. */
48 /* Extract the network number in network byte order from the address
62 /* Convert a Internet address in binary network format for interface
72 /* Convert Internet host address from numbers-and-dots notation in CP
93 address to binary form and place result in buffer of length LE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
xfilter.h 4 * Address filtering for NDIS MACs
32 #define ETH_IS_BROADCAST(Address) \
33 ((((PUCHAR)(Address))[0] == ((UCHAR)0xff)) && (((PUCHAR)(Address))[1] == ((UCHAR)0xff)))
35 #define ETH_IS_MULTICAST(Address) \
36 (BOOLEAN)(((PUCHAR)(Address))[0] & ((UCHAR)0x01))
84 #define FDDI_IS_BROADCAST(Address, AddressLength, Result) \
85 *Result = ((*(PUCHAR)(Address) == (UCHAR)0xFF) && \
86 (*((PUCHAR)(Address) + 1) == (UCHAR)0xFF))
88 #define FDDI_IS_MULTICAST(Address, AddressLength, Result)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]

Completed in 891 milliseconds

<<41424344454647484950>>