HomeSort by relevance Sort by last modified time
    Searched defs:hw_type (Results 1 - 5 of 5) sorted by null

  /external/iptables/include/linux/netfilter_ipv4/
ip_queue.h 30 unsigned short hw_type; /* Hardware type */ member in struct:ipq_packet_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned short hw_type; /* Hardware type */ member in struct:ipq_packet_msg
  /external/dnsmasq/src/
lease.c 29 int clid_len, hw_len, hw_type; local
79 hw_len = parse_hex(daemon->dhcp_buff2, (unsigned char *)daemon->dhcp_buff2, DHCP_CHADDR_MAX, NULL, &hw_type);
81 if (hw_type == 0 && hw_len != 0)
82 hw_type = ARPHRD_ETHER;
106 lease_set_hwaddr(lease, (unsigned char *)daemon->dhcp_buff2, (unsigned char *)daemon->packet, hw_len, hw_type, clid_len); local
292 struct dhcp_lease *lease_find_by_client(unsigned char *hwaddr, int hw_len, int hw_type,
307 lease->hwaddr_type == hw_type &&
378 unsigned char *clid, int hw_len, int hw_type, int clid_len)
381 hw_type != lease->hwaddr_type ||
386 lease->hwaddr_type = hw_type;
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 673 enum cgen_hw_type hw_type;
766 enum cgen_hw_type hw_type;
663 enum cgen_hw_type hw_type; member in struct:__anon4830
755 enum cgen_hw_type hw_type; member in struct:__anon4832
    [all...]
  /external/toybox/generated/
globals.h 427 char *hw_type; member in struct:arp_data

Completed in 181 milliseconds