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

  /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 616 static int get_address(const char *dev, int *htype)
654 *htype = me.sll_hatype;
704 int htype, halen; local
812 halen = get_address(dev, &htype);
816 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
820 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0)
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 1255 enum httpread_hdr_type htype = http_request_get_type(req); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 66 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...]

Completed in 249 milliseconds