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

  /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 290 LOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
291 name, msg->op, msg->htype, msg->hlen, msg->hops);
385 if (reply->htype != msg->htype) {
386 if (verbose) LOGD("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/iproute2/ip/
iplink.c 533 static int get_address(const char *dev, int *htype)
571 *htype = me.sll_hatype;
621 int htype, halen; local
729 halen = get_address(dev, &htype);
733 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
737 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0)
  /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/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 1770 enum httpread_hdr_type htype = httpread_hdr_type_get(hread); local
    [all...]
  /external/qemu/telephony/
sms.c 1031 int htype = data[0]; local
1034 if (htype == 00 && hlen == 3 && data + 5 <= end) {
    [all...]

Completed in 316 milliseconds