HomeSort by relevance Sort by last modified time
    Searched defs:hwtype (Results 1 - 3 of 3) 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
228 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER)
259 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type))
274 for (i = 0; hwtype[i].name; i++)
275 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...]

Completed in 3117 milliseconds