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

  /external/toybox/toys/pending/
arp.c 14 [-vn] [-H HWTYPE] [-i IF] -a [HOSTNAME]
16 [-v] [-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [temp]
17 [-v] [-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [netmask MASK] pub
18 [-v] [-H HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub
30 -H HWTYPE Hardware address type
55 struct type hwtype[] = { variable in typeref:struct:type
233 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER)
264 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type))
279 for (i = 0; hwtype[i].name; i++)
280 if (hwtype[i].val & h_type) break
    [all...]
dhcp6.c 103 uint16_t hwtype; member in struct:optval_duid_llt
192 duid->hwtype = htons(1);
dhcpd.c 215 uint16_t hwtype; member in struct:optval_duid_llt
    [all...]
  /external/syslinux/core/lwip/src/include/netif/
etharp.h 116 PACK_STRUCT_FIELD(u16_t hwtype);
  /external/dhcpcd-6.8.2/
dhcp.h 163 uint8_t hwtype; /* hardware address type */ member in struct:dhcp_message
dhcp.c 750 dhcp->hwtype = (uint8_t)ifp->family;
    [all...]
  /external/syslinux/core/lwip/src/netif/
undiif.c 123 PACK_STRUCT_FIELD(u16_t hwtype);
221 hdr->hwtype,
408 if (MAC_type != pxe_undi_info.HwType) {
409 printf("HwType conflicit: %u != %u\n",
410 MAC_type, pxe_undi_info.HwType);
592 hdr->hwtype = htons(MAC_type);
    [all...]
etharp.c 702 if ((hdr->hwtype != PP_HTONS(HWTYPE_ETHERNET)) ||
708 hdr->hwtype, hdr->hwlen, hdr->proto, hdr->protolen));
783 /* hwtype, hwaddr_len, proto, protolen and the type in the ethernet header
    [all...]
  /external/dnsmasq/src/
rfc2131.c     [all...]
dnsmasq.h 850 unsigned char *extended_hwaddr(int hwtype, int hwlen, unsigned char *hwaddr,

Completed in 407 milliseconds