HomeSort by relevance Sort by last modified time
    Searched defs:htype (Results 1 - 13 of 13) 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
  /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/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),
  /system/core/libnetutils/
dhcpmsg.h 38 uint8_t htype; /* hw addr type */ member in struct:dhcp_msg
  /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/drivers/
driver_wired.c 66 u_int8_t htype; member in struct:dhcp_message
  /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/wpa_supplicant_8/src/wps/
wps_upnp_web.c 1255 enum httpread_hdr_type htype = http_request_get_type(req); local
    [all...]
  /external/qemu/telephony/
sms.c 1032 int htype = data[0]; local
1035 if (htype == 00 && hlen == 3 && data + 5 <= end) {
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 562 u8 op, htype, hlen, hops; member in struct:dhcp_packet

Completed in 351 milliseconds