Searched refs:hwlen (Results 1 – 1 of 1) sorted by relevance
1702 int hwlen = (ip->hw_address.hlen < sizeof(client_ident)-1) ? in make_discover() local1705 memcpy(&client_ident[1], ip->hw_address.haddr, hwlen); in make_discover()1708 options[DHO_DHCP_CLIENT_IDENTIFIER]->len = hwlen+1; in make_discover()1709 options[DHO_DHCP_CLIENT_IDENTIFIER]->buf_size = hwlen+1; in make_discover()1825 int hwlen = (ip->hw_address.hlen < sizeof(client_ident)-1) ? in make_request() local1828 memcpy(&client_ident[1], ip->hw_address.haddr, hwlen); in make_request()1831 options[DHO_DHCP_CLIENT_IDENTIFIER]->len = hwlen+1; in make_request()1832 options[DHO_DHCP_CLIENT_IDENTIFIER]->buf_size = hwlen+1; in make_request()