/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_arp.h | 19 __be16 htype; member in struct:ebt_arp_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_arp.h | 19 __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); 366 if (reply->htype != msg->htype) { 367 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 | 562 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 204 if (EXTRACT_16BITS(&ap->htype) == 1 && 224 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u", 225 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 | 1253 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 | 1032 int htype = data[0]; local 1035 if (htype == 00 && hlen == 3 && data + 5 <= end) { [all...] |
/external/chromium_org/v8/src/ |
hydrogen.cc | 686 #define DEFINE_GET_CONSTANT(Name, name, htype, boolean_value) \ 692 htype, \ 704 DEFINE_GET_CONSTANT(Undefined, undefined, HType::Tagged(), false) 705 DEFINE_GET_CONSTANT(True, true, HType::Boolean(), true) 706 DEFINE_GET_CONSTANT(False, false, HType::Boolean(), false) 707 DEFINE_GET_CONSTANT(Hole, the_hole, HType::Tagged(), false) 708 DEFINE_GET_CONSTANT(Null, null, HType::Tagged(), false) [all...] |