Searched defs:hwtype (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h18 uint16_t hwtype; member in struct:arprequest
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c86 grub_uint16_t hwtype; member in struct:grub_pxe_undi_info
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c425 * get_hw_type(): interpret ",hwtype" in the input string, as part of a DUID.
426 * The hwtype string is optional, and must be 0-65535 if
438 ulong_t hwtype; local
448 hwtype = strtoul(str, strp, 0);
449 if (errno != 0 || *strp == str || hwtype > 65535) {
453 return ((int)hwtype);
472 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, argument
520 if (hwtype == -1)
521 hwtype = dlpi_arptype(dlinfo.di_mactype);
524 if (hwtype
767 int hwtype; local
839 int hwtype; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3393 uint16_t duidtype, hwtype; local
3410 hwtype = ntohs(llt.dllt_hwtype);
3418 duidtype, hwtype, timestamp, lladdr);
3446 hwtype = ntohs(ll.dll_hwtype);
3453 duidtype, hwtype, lladdr);

Completed in 35 milliseconds