HomeSort by relevance Sort by last modified time
    Searched refs:htype (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 19 __be16 htype; member in struct:ebt_arp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 19 __be16 htype; member in struct:ebt_arp_info
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_arp.h 37 __be16 htype; member in struct:ebt_arp_info
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_arp.h 37 __be16 htype; member in struct:ebt_arp_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_arp.h 21 __be16 htype; member in struct:ebt_arp_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_arp.h 37 __be16 htype; member in struct:ebt_arp_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_arp.h 37 __be16 htype; member in struct:ebt_arp_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_arp.h 37 __be16 htype; member in struct:ebt_arp_info
  /system/core/libnetutils/
dhcpmsg.h 38 uint8_t htype; /* hw addr type */ member in struct:dhcp_msg
dhcpmsg.c 31 msg->htype = HTYPE_ETHER;
dhcpclient.c 271 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
272 name, msg->op, msg->htype, msg->hlen, msg->hops);
368 if (reply->htype != msg->htype) {
369 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 62 u8 op, htype, hlen, hops; member in struct:dhcp_packet
160 packet.htype = 0;
dhcp_release.c 67 u8 op, htype, hlen, hops; member in struct:dhcp_packet
292 packet.htype = ARPHRD_ETHER;
294 packet.htype = mac_type;
  /external/dnsmasq/src/
bpf.c 176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN)
179 mess->htype, ifr->ifr_name);
rfc2131.c 161 if (mess->htype == 0 && mess->hlen != 0)
259 lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, clid, clid_len);
270 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len);
275 (mac->hwaddr_type == mess->htype || mac->hwaddr_type == 0) &&
363 mess->chaddr, mess->hlen, mess->htype, NULL);
380 if (mess->htype == 0 || mess->hlen == 0 || (context->flags & CONTEXT_PROXY))
431 lease->hwaddr_type != mess->htype ||
437 if (!(lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, NULL, 0)) ||
479 lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0);
583 mess->htype, hostname)
    [all...]
dhcp.c 288 mess->hlen > sizeof(ifr.ifr_addr.sa_data) || mess->htype == 0)
312 req.arp_ha.sa_family = mess->htype;
319 else if ((ntohs(mess->flags) & 0x8000) || mess->hlen != ETHER_ADDR_LEN || mess->htype != ARPHRD_ETHER)
dnsmasq.h 564 u8 op, htype, hlen, hops; member in struct:dhcp_packet
  /external/tcpdump/
print-atalk.c 57 u_int16_t htype, ptype; member in struct:aarp
200 if (EXTRACT_16BITS(&ap->htype) == 1 &&
220 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
221 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype),
  /external/iproute2/ip/
iplink.c 705 static int get_address(const char *dev, int *htype)
743 *htype = me.sll_hatype;
793 int htype, halen; local
899 halen = get_address(dev, &htype);
903 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
907 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0)
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 1272 enum httpread_hdr_type htype = http_request_get_type(req); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 67 u_int8_t htype; member in struct:dhcp_message
  /external/qemu/telephony/
sms.c 1033 int htype = data[0]; local
1036 if (htype == 00 && hlen == 3 && data + 5 <= end) {
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 1086 TCGType htype = TCG_TYPE_I32; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 684 #define DEFINE_GET_CONSTANT(Name, name, type, htype, boolean_value) \
692 htype, \
704 DEFINE_GET_CONSTANT(Undefined, undefined, undefined, HType::Undefined(), false)
705 DEFINE_GET_CONSTANT(True, true, boolean, HType::Boolean(), true)
706 DEFINE_GET_CONSTANT(False, false, boolean, HType::Boolean(), false)
707 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole, HType::None(), false)
708 DEFINE_GET_CONSTANT(Null, null, null, HType::Null(), false)
    [all...]

Completed in 782 milliseconds